Skip to content

Commit 8cfabda

Browse files
Update github-actions.yml
1 parent 3c684e5 commit 8cfabda

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/github-actions.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ run-name: Build Release
33
on:
44
- push
55
jobs:
6-
Explore-GitHub-Actions:
6+
Build:
77
runs-on: ubuntu-latest
88
steps:
99
- uses: r0adkll/sign-android-release@v1
@@ -17,7 +17,7 @@ jobs:
1717
keyPassword: ${{ secrets.KEY_PASSWORD }}
1818
env:
1919
BUILD_TOOLS_VERSION: 34.0.0
20-
- uses: actions/upload-artifact@v2
20+
- uses: actions/upload-artifact@v4
2121
with:
2222
name: Signed app bundle
2323
path: ${{steps.sign_app.outputs.signedReleaseFile}}

0 commit comments

Comments
 (0)