Skip to content

Commit

Permalink
Update upload_released.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
aquamarine5 authored Feb 14, 2024
1 parent 813192f commit ba53a9f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/upload_released.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,6 @@ jobs:
sudo apt-get install tree
tree app/build/outputs
- name: Upload apk file
run: gh release upload ${{steps.version.outputs.VERSION}} app/build/outputs/apk/releases/app-release-unsigned.apk
run: gh release upload ${{steps.version.outputs.VERSION}} app/build/outputs/apk/release/app-release-unsigned.apk
env:
GH_TOKEN: ${{ github.token }}

0 comments on commit ba53a9f

Please sign in to comment.