Skip to content

Commit

Permalink
ci: don't specify zip extension on android build too
Browse files Browse the repository at this point in the history
  • Loading branch information
Ludea authored Oct 7, 2024
1 parent dca41c4 commit bc63521
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 @@ -81,6 +81,6 @@ jobs:
BUILD_TOOLS_VERSION: "34.0.0"
- uses: actions/upload-artifact@v4
with:
name: Sparus-${{ env.SHORT_SHA }}.zip
name: Sparus-${{ env.SHORT_SHA }}
path: ${{steps.sign_app.outputs.signedReleaseFile}}
if-no-files-found: error

0 comments on commit bc63521

Please sign in to comment.