mirror of
https://github.com/PaddiM8/kalker.git
synced 2025-01-06 13:39:17 +01:00
ci: Update upload-artifact to v4
This commit is contained in:
parent
18d682c5b8
commit
72325eb967
8
.github/workflows/release.yml
vendored
8
.github/workflows/release.yml
vendored
@ -79,7 +79,7 @@ jobs:
|
|||||||
run: |
|
run: |
|
||||||
cargo build --release --verbose
|
cargo build --release --verbose
|
||||||
cp target/release/kalker target/release/kalker-linux
|
cp target/release/kalker target/release/kalker-linux
|
||||||
- uses: actions/upload-artifact@v2
|
- uses: actions/upload-artifact@v4
|
||||||
with:
|
with:
|
||||||
name: binaries
|
name: binaries
|
||||||
path: target/release/kalker-linux
|
path: target/release/kalker-linux
|
||||||
@ -100,7 +100,7 @@ jobs:
|
|||||||
run: |
|
run: |
|
||||||
cargo build --release --verbose
|
cargo build --release --verbose
|
||||||
zip -r kalker-macOS.zip target/release/kalker
|
zip -r kalker-macOS.zip target/release/kalker
|
||||||
- uses: actions/upload-artifact@v2
|
- uses: actions/upload-artifact@v4
|
||||||
with:
|
with:
|
||||||
name: binaries
|
name: binaries
|
||||||
path: kalker-macOS.zip
|
path: kalker-macOS.zip
|
||||||
@ -147,7 +147,7 @@ jobs:
|
|||||||
cd cli
|
cd cli
|
||||||
cargo wix --no-build --nocapture
|
cargo wix --no-build --nocapture
|
||||||
mv target/wix/*.msi target/wix/kalker-windows.msi
|
mv target/wix/*.msi target/wix/kalker-windows.msi
|
||||||
- uses: actions/upload-artifact@v2
|
- uses: actions/upload-artifact@v4
|
||||||
with:
|
with:
|
||||||
name: binaries
|
name: binaries
|
||||||
path: cli/target/wix/kalker-windows.msi
|
path: cli/target/wix/kalker-windows.msi
|
||||||
@ -197,7 +197,7 @@ jobs:
|
|||||||
env:
|
env:
|
||||||
BUILD_TOOLS_VERSION: ${{ env.BUILD_TOOL_VERSION }}
|
BUILD_TOOLS_VERSION: ${{ env.BUILD_TOOL_VERSION }}
|
||||||
- run: mv $(ls -Art android/app/build/outputs/apk/release/*.apk | tail -n 1) ../kalker-android.apk
|
- run: mv $(ls -Art android/app/build/outputs/apk/release/*.apk | tail -n 1) ../kalker-android.apk
|
||||||
- uses: actions/upload-artifact@v2
|
- uses: actions/upload-artifact@v4
|
||||||
with:
|
with:
|
||||||
name: binaries
|
name: binaries
|
||||||
path: kalker-android.apk
|
path: kalker-android.apk
|
||||||
|
Loading…
Reference in New Issue
Block a user