Fix CI release asset filenames to match plugin ID
All checks were successful
Build plugin / build (push) Successful in 1m12s
All checks were successful
Build plugin / build (push) Successful in 1m12s
This commit is contained in:
parent
63b7aa58c5
commit
fd6637c0c0
1 changed files with 1 additions and 1 deletions
|
|
@ -51,7 +51,7 @@ jobs:
|
|||
RELEASE_ID=$(python3 -c "import json; print(json.load(open('/tmp/release.json'))['id'])")
|
||||
|
||||
# Upload assets
|
||||
for FILE in dist/itch.zip dist/itch.zip.sha256.txt; do
|
||||
for FILE in dist/session-switch.zip dist/session-switch.zip.sha256.txt; do
|
||||
NAME=$(basename "$FILE")
|
||||
curl -sf -X POST \
|
||||
"${API}/releases/${RELEASE_ID}/assets?name=${NAME}" \
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue