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 4aed6d6 commit b4f27bc
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/release-apk.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,8 @@ 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 b4f27bc

Please sign in to comment.