Skip to content

Commit

Permalink
Update qmods.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
DanTheMan827 authored Jul 23, 2024
1 parent f0ccfdb commit 44543d7
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/qmods.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,7 @@ jobs:
DEPLOY_PATH: "qmods"
run: |
mkdir -p "$DEPLOY_PATH"
echo "<html><head><title>Beat Saber Core Mods</title></head><body><ul>" >> "$DEPLOY_PATH/index.html"
versionGreaterThan() {
local version1="$1"
Expand Down Expand Up @@ -99,8 +100,11 @@ jobs:
echo "$MOD" > mod.json
zip "$DEPLOY_PATH/$game_version.qmod" mod.json
echo "<li><a href=\"$game_version.qmod\">$game_version.qmod</a></li>" >> "$DEPLOY_PATH/index.html"
rm mod.json
done
echo "</ul></body></html>" >> "$DEPLOY_PATH/index.html"
- name: Upload artifact
uses: actions/upload-pages-artifact@v3
Expand Down

0 comments on commit 44543d7

Please sign in to comment.