Skip to content

Commit c5bab05

Browse files
asset_path poking
1 parent 2a00ae5 commit c5bab05

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/maven.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ jobs:
3939
# in your browser and copy the full "upload_url" value including the {?name,label} part
4040
upload_url: https://uploads.github.com/repos/MarginallyClever/Makelangelo-software/releases/27107052/assets{?name,label}
4141
release_id: 27107052 # same as above (id can just be taken out the upload_url, it's used to find old releases)
42-
asset_path: D:\a\Makelangelo-software\Makelangelo-software\target\*-with-dependencies.jar # path to archive to upload
42+
asset_path: ./target/*-with-dependencies.jar # path to archive to upload
4343
asset_name: makelangelo_windows-nightly-$$.zip # name to upload the release as, use $$ to insert date (YYYYMMDD) and 6 letter commit hash
4444
asset_content_type: application/zip # required by GitHub API
4545
max_releases: 3 # optional, if there are more releases than this matching the asset_name, the oldest ones are going to be deleted

0 commit comments

Comments
 (0)