Skip to content

Commit

Permalink
fix: don't specify zip extension on uploaded artifacts
Browse files Browse the repository at this point in the history
  • Loading branch information
Ludea committed Oct 22, 2024
1 parent ee2c016 commit a7c9b9e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/android.yml
Original file line number Diff line number Diff line change
Expand Up @@ -70,6 +70,6 @@ jobs:
NDK_HOME: ${{ steps.setup-ndk.outputs.ndk-path }}
- uses: actions/upload-artifact@v4
with:
name: Sparus-${{ env.SHORT_SHA }}.zip
name: Sparus-${{ env.SHORT_SHA }}
path: src-tauri/gen/android/app/build/outputs/apk/universal/release/app-universal-release-unsigned.apk
if-no-files-found: error
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -74,6 +74,6 @@ jobs:
STRONGHOLD_SALT: ${{ secrets.STRONGHOLD_SALT }}
- uses: actions/upload-artifact@v4
with:
name: Sparus-${{ env.SHORT_SHA }}-${{ matrix.platform.target }}.zip
name: Sparus-${{ env.SHORT_SHA }}-${{ matrix.platform.target }}
path: "${{ join(fromJSON(steps.build.outputs.artifacts), '\n') }}"
if-no-files-found: error

0 comments on commit a7c9b9e

Please sign in to comment.