Rename plugin to chimera-steam-switch (ChimeraOS-only)
All checks were successful
Build plugin / build (push) Successful in 1m14s
All checks were successful
Build plugin / build (push) Successful in 1m14s
This commit is contained in:
parent
fd6637c0c0
commit
b8d229c9a6
2 changed files with 8 additions and 9 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/session-switch.zip dist/session-switch.zip.sha256.txt; do
|
||||
for FILE in dist/chimera-steam-switch.zip dist/chimera-steam-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