Skip to content

Commit

Permalink
fix(workflow): use correct env variables
Browse files Browse the repository at this point in the history
  • Loading branch information
abdallahmehiz committed Aug 2, 2024
1 parent a7497ec commit 3ace0b2
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/preview.yml
Original file line number Diff line number Diff line change
Expand Up @@ -78,11 +78,11 @@ jobs:
| Variant | SHA-256 |
| ------- | ------- |
| Universal | ${{ env.APK_UNIVERSAL_SHA }}
| arm64-v8a | ${{ env.APK_ARM64_V8A_SHA }}
| armeabi-v7a | ${{ env.APK_ARMEABI_V7A_SHA }}
| x86 | ${{ env.APK_X86_SHA }}
| x86_64 | ${{ env.APK_X86_64_SHA }} |
| Universal | ${{ env.apk-universal-sha256 }}
| arm64-v8a | ${{ env.apk-arm64-v8a-sha256 }}
| armeabi-v7a | ${{ env.apk-armabi-v7a-sha256 }}
| x86 | ${{ env.apk-x86-sha256 }}
| x86_64 | ${{ env.apk-x86_64-sha256 }} |
files: |
mpvKt-r${{ env.COMMIT_COUNT }}.apk
mpvKt-arm64-v8a-r${{ env.COMMIT_COUNT }}.apk
Expand Down

0 comments on commit 3ace0b2

Please sign in to comment.