Skip to content

Commit 8e7f110

Browse files
committed
path fixed
1 parent 19fa357 commit 8e7f110

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -140,7 +140,7 @@ jobs:
140140
uses: actions/upload-release-asset@v1
141141
with:
142142
upload_url: ${{ steps.create_common_release.outputs.upload_url }}
143-
asset_path: ./target/calculator-app-1.0-SNAPSHOT.jar
143+
asset_path: ./calculator-app/target/calculator-app-1.0-SNAPSHOT.jar
144144
asset_name: calculator.jar
145145
asset_content_type: application/jar
146146
env:

0 commit comments

Comments
 (0)