Skip to content

Commit

Permalink
fix clean up
Browse files Browse the repository at this point in the history
  • Loading branch information
SummonHIM committed Nov 10, 2023
1 parent a7a26b4 commit a94030d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/gradle-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ jobs:
- name: Clean up
run: |
rm signingkey.jks
rm ${{github.workspace}}/app/build/outputs/apk/release/*unsigned.apk
rm -f ${{github.workspace}}/app/build/outputs/apk/release/app-release-unsigned.apk
- name: Upload release binary to artifacts
uses: actions/upload-artifact@v3
Expand Down

0 comments on commit a94030d

Please sign in to comment.