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 42ce919 commit a7a26b4
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 ${{github.workspace}}/app/build/outputs/apk/release/*unsigned.apk
- name: Upload release binary to artifacts
uses: actions/upload-artifact@v3
Expand Down

0 comments on commit a7a26b4

Please sign in to comment.