Rename plugin to chimera-steam-switch (ChimeraOS-only)
All checks were successful
Build plugin / build (push) Successful in 1m14s

This commit is contained in:
Jose Falanga 2026-08-16 20:43:06 -03:00
parent fd6637c0c0
commit b8d229c9a6
2 changed files with 8 additions and 9 deletions

View file

@ -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}" \