We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 27bca98 commit 6b7c0b9Copy full SHA for 6b7c0b9
.github/workflows/build.yml
@@ -35,7 +35,7 @@ jobs:
35
run: cargo build --workspace --verbose
36
- name: Run tests
37
run: cargo test --workspace --verbose
38
- - uses: actions/upload-artifact@v3
+ - uses: actions/upload-artifact@v4
39
with:
40
# TODO: These binaries are debug builds
41
name: binaries-${{runner.os}}
@@ -65,7 +65,7 @@ jobs:
65
run: |
66
export ANDROID_NDK_HOME= # needed because GitHub Actions sets it by default...
67
make android
68
69
70
71
name: binaries-android
0 commit comments