Skip to content

Commit

Permalink
[fix] Fix workflows/pre_release.yml [skip_post]
Browse files Browse the repository at this point in the history
  • Loading branch information
SkyD666 committed Apr 6, 2024
1 parent 274da2a commit 9ce8ece
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/pre_release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,9 @@ jobs:
uses: actions/upload-artifact@v3
with:
name: Pre-Release Apk (x86)
path: app/build/outputs/apk/GitHub/release/*x86*.apk
path: |
app/build/outputs/apk/GitHub/release/*x86*.apk
!app/build/outputs/apk/GitHub/release/*x86_64*.apk
# Upload apk (universal)
- name: Upload Pre-Release Apk (universal)
uses: actions/upload-artifact@v3
Expand Down

0 comments on commit 9ce8ece

Please sign in to comment.