Skip to content

Commit

Permalink
ci: [skipci]
Browse files Browse the repository at this point in the history
  • Loading branch information
abdallahmehiz committed Aug 29, 2024
1 parent f85c0e6 commit de376e6
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -79,11 +79,11 @@ jobs:
| x86 | ${{ env.apk-x86-sha256 }}
| x86_64 | ${{ env.apk-x86_64-sha256 }} |
files: |
mpvKt-universal-${{ env.COMMIT_COUNT }}.apk
mpvKt-arm64-v8a-${{ env.COMMIT_COUNT }}.apk
mpvKt-armeabi-v7a-${{ env.COMMIT_COUNT }}.apk
mpvKt-x86-${{ env.COMMIT_COUNT }}.apk
mpvKt-x86_64-${{ env.COMMIT_COUNT }}.apk
mpvKt-universal-${{ env.VERSION_TAG }}.apk
mpvKt-arm64-v8a-${{ env.VERSION_TAG }}.apk
mpvKt-armeabi-v7a-${{ env.VERSION_TAG }}.apk
mpvKt-x86-${{ env.VERSION_TAG }}.apk
mpvKt-x86_64-${{ env.VERSION_TAG }}.apk
prerelease: false
draft: true
env:
Expand Down

0 comments on commit de376e6

Please sign in to comment.