Skip to content

Commit eeb370f

Browse files
automation: updating publish task with more parameters
1 parent 63b46e2 commit eeb370f

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

.github/workflows/publish.yml

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -23,12 +23,14 @@ jobs:
2323
zip -r ../sc2-data.zip .
2424
popd
2525
- name: Deploy
26-
uses: actions/upload-artifact@v4
26+
uses: WebFreak001/[email protected]
2727
with:
2828
# 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
2929
upload_url: https://uploads.github.com/repos/MatthewMarinets/Archipelago-SC2-data/releases/165275072/assets{?name,label}
30-
name: Archipelago-SC2Data
30+
release_id: 165275072
31+
asset_path: ./sc2-data.zip
32+
asset_name: Archipelago-SC2Data
33+
asset_content_type: application/zip
3134
# A file, directory or wildcard pattern that describes what to upload
3235
# Required.
33-
path: sc2-data.zip
3436
retention-days: 7

0 commit comments

Comments
 (0)