Skip to content

Commit

Permalink
Update ci.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
techyminati authored Mar 28, 2024
1 parent 331fb6d commit 3511b91
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ jobs:
./gradlew assembleRelease
- name: Rename release
run: mv app/build/outputs/apk/release/app-release.apk app/build/outputs/apk/release/flattery.apk
run: ls * && ls * app/build/outputs/apk/*/* && mv app/build/outputs/apk/release/app-release.apk app/build/outputs/apk/release/flattery.apk

- name: Create Github Release
uses: softprops/action-gh-release@v1
Expand Down

0 comments on commit 3511b91

Please sign in to comment.