mirror of
https://github.com/YatopiaMC/Yatopia.git
synced 2024-11-05 02:11:01 +01:00
Update build.yml
This commit is contained in:
parent
688f9d6da3
commit
975c48e785
2
.github/workflows/build.yml
vendored
2
.github/workflows/build.yml
vendored
@ -73,6 +73,6 @@ jobs:
|
||||
upload_url: https://uploads.github.com/repos/tr7zw/YAPFA/releases/28703947/assets{?name,label} # find out this value by opening https://api.github.com/repos/<owner>/<repo>/releases in your browser and copy the full "upload_url" value including the {?name,label} part
|
||||
release_id: 28703947 # same as above (id can just be taken out the upload_url, it's used to find old releases)
|
||||
asset_path: target/YAPFA-1.16.1-paperclip.jar # path to archive to upload
|
||||
asset_name: YAPFA-1.16.1-${{ matrix.java }}JDK-$$-paperclip.jar # name to upload the release as, use $$ to insert date (YYYYMMDD) and 6 letter commit hash
|
||||
asset_name: YAPFA-1.16.1-JDK${{ matrix.java }}-$$-paperclip.jar # name to upload the release as, use $$ to insert date (YYYYMMDD) and 6 letter commit hash
|
||||
asset_content_type: application/zip # required by GitHub API
|
||||
max_releases: 3 # optional, if there are more releases than this matching the asset_name, the oldest ones are going to be deleted
|
||||
|
Loading…
Reference in New Issue
Block a user