We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3c684e5 commit 8cfabdaCopy full SHA for 8cfabda
.github/workflows/github-actions.yml
@@ -3,7 +3,7 @@ run-name: Build Release
3
on:
4
- push
5
jobs:
6
- Explore-GitHub-Actions:
+ Build:
7
runs-on: ubuntu-latest
8
steps:
9
- uses: r0adkll/sign-android-release@v1
@@ -17,7 +17,7 @@ jobs:
17
keyPassword: ${{ secrets.KEY_PASSWORD }}
18
env:
19
BUILD_TOOLS_VERSION: 34.0.0
20
- - uses: actions/upload-artifact@v2
+ - uses: actions/upload-artifact@v4
21
with:
22
name: Signed app bundle
23
path: ${{steps.sign_app.outputs.signedReleaseFile}}
0 commit comments