Skip to content

Commit

Permalink
chore: ghactions update
Browse files Browse the repository at this point in the history
  • Loading branch information
lovegaoshi committed Apr 29, 2024
1 parent 5957934 commit 318e7b9
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/android-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@ jobs:
run: cd android && chmod +x gradlew && ./gradlew assembleRelease

- name: Release APK
uses: softprops/action-gh-release@v1
uses: softprops/action-gh-release@v2
with:
name: 'Release ${{env.COMMIT_TAG}}'
tag_name: '${{env.COMMIT_TAG}}'
Expand Down Expand Up @@ -298,7 +298,7 @@ jobs:
zip -r APM.ipa Payload/
- name: Release IPA
uses: softprops/action-gh-release@v1
uses: softprops/action-gh-release@v2
with:
name: 'Release ${{env.COMMIT_TAG}}'
tag_name: '${{env.COMMIT_TAG}}'
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/android-weekly.yml
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,7 @@ jobs:
run: cd android && chmod +x gradlew && ./gradlew assembleRelease

- name: Release
uses: softprops/action-gh-release@v1
uses: softprops/action-gh-release@v2
with:
tag_name: ${{ env.GIT_BRANCH }}-build-${{ steps.date.outputs.date }}
files: android/app/build/outputs/apk/release/app-arm64-v8a-release.apk
Expand Down

0 comments on commit 318e7b9

Please sign in to comment.