Skip to content

Commit

Permalink
This request has been automatically failed because it uses a deprecat…
Browse files Browse the repository at this point in the history
…ed version of `actions/upload-artifact: v2`.
  • Loading branch information
liyujiang-gzu committed Dec 1, 2024
1 parent b644041 commit e58a5ec
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/release-apk.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,9 +29,9 @@ jobs:
- name: Build with Gradle
run: ./gradlew clean assembleRelease --info --warning-mode all

- name: Store android package
uses: ncipollo/[email protected]
uses: actions/upload-artifact@v4
with:
artifacts: "app/build/outputs/apk/pub/release/*.apk"
token: ${{ secrets.GITHUB_TOKEN }}
generateReleaseNotes: true
name: artifact
path: app/build/outputs/apk/pub/release/*.apk
if-no-files-found: warn
retention-days: 7

0 comments on commit e58a5ec

Please sign in to comment.