Skip to content

Commit

Permalink
Revert "ci: don't specify zip extension on android build too"
Browse files Browse the repository at this point in the history
This reverts commit bc63521.
  • Loading branch information
Ludea committed Oct 7, 2024
1 parent ffd2717 commit 7d099c9
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 }}
name: Sparus-${{ env.SHORT_SHA }}.zip
path: ${{steps.sign_app.outputs.signedReleaseFile}}
if-no-files-found: error

0 comments on commit 7d099c9

Please sign in to comment.