Skip to content

Commit

Permalink
fix upload jar in action
Browse files Browse the repository at this point in the history
  • Loading branch information
Calvin-LL committed Mar 7, 2024
1 parent 98f19bf commit fa60b78
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release-demo-app-apk.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -36,4 +36,4 @@ jobs:
- name: Upload Jar
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
run: gh release upload ${{ steps.latest_release.outputs.release }} demoApp/composeApp/build/compose/jars/*.jar#demoApp.jar --clobber
run: gh release upload ${{ steps.latest_release.outputs.release }} $(ls demoApp/composeApp/build/compose/jars/* | head -n1)#demoApp.jar --clobber

0 comments on commit fa60b78

Please sign in to comment.