Skip to content

Commit

Permalink
Update build.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
2004seraph authored Nov 2, 2024
1 parent 3047316 commit 958d883
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -64,9 +64,15 @@ jobs:
keystorePassword: ${{ secrets.ANDROID_KEYSTORE_PASS }}
keystoreAlias: ${{ secrets.ANDROID_KEYALIAS_NAME }}
keyPassword: ${{ secrets.ANDROID_KEYALIAS_PASS }}
apkPath: build/Android/Springman-Universal.apk

- uses: actions/upload-artifact@v4
with:
name: springman-universal
path: ${{ steps.convert_aab.outputs.apkPath }}/Android.apk
path: ${{ steps.convert_aab.outputs.apkPath }}

- name: Release
uses: softprops/action-gh-release@v2
if: startsWith(github.ref, 'refs/tags/')
with:
files: build/Android/Springman-Universal.apk

0 comments on commit 958d883

Please sign in to comment.