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 e58a5ec commit 3ce135e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/release-apk.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@ jobs:
- name: Build with Gradle
run: ./gradlew clean assembleRelease --info --warning-mode all

- name: Store android package
uses: actions/upload-artifact@v4
with:
name: artifact
Expand Down

0 comments on commit 3ce135e

Please sign in to comment.