Skip to content

Commit

Permalink
fix: missing parent folder for upload apk
Browse files Browse the repository at this point in the history
  • Loading branch information
Ludea authored Oct 16, 2024
1 parent 3609e55 commit 05f0b53
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/android.yml
Original file line number Diff line number Diff line change
Expand Up @@ -71,5 +71,5 @@ jobs:
- uses: actions/upload-artifact@v4
with:
name: Sparus-${{ env.SHORT_SHA }}.zip
path: gen/android/app/build/outputs/apk/universal/release/app-universal-release-unsigned.apk
path: src-tauri/gen/android/app/build/outputs/apk/universal/release/app-universal-release-unsigned.apk
if-no-files-found: error

0 comments on commit 05f0b53

Please sign in to comment.