We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 19fa357 commit 8e7f110Copy full SHA for 8e7f110
.github/workflows/release.yml
@@ -140,7 +140,7 @@ jobs:
140
uses: actions/upload-release-asset@v1
141
with:
142
upload_url: ${{ steps.create_common_release.outputs.upload_url }}
143
- asset_path: ./target/calculator-app-1.0-SNAPSHOT.jar
+ asset_path: ./calculator-app/target/calculator-app-1.0-SNAPSHOT.jar
144
asset_name: calculator.jar
145
asset_content_type: application/jar
146
env:
0 commit comments