Skip to content

Commit

Permalink
build: fix file cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
ryan-andrew committed Jan 3, 2025
1 parent b1e366c commit e76a8df
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -63,8 +63,8 @@ jobs:

- name: Clean up sensitive files
run: |
rm -f $GITHUB_WORKSPACE/app/signing.properties
rm -f $GITHUB_WORKSPACE/ryan-andrew.jks
rm -f $GITHUB_WORKSPACE/signing.properties
rm -f $GITHUB_WORKSPACE/app/ryan-andrew.jks
- name: Upload Release Artifact
uses: actions/upload-artifact@v4
Expand Down

0 comments on commit e76a8df

Please sign in to comment.