Skip to content

Commit d260721

Browse files
committed
Update NitroSwan zip filename
1 parent 1c553f3 commit d260721

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/release.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -160,9 +160,9 @@ jobs:
160160
curl -LO https://github.com/FluBBaOfWard/NGPDS/releases/latest/download/NGPDS.zip
161161
7z x NGPDS.zip NGPDS.nds
162162
rm NGPDS.zip
163-
curl -LO https://github.com/FluBBaOfWard/NitroSwan/releases/latest/download/NitroSwan0_7_5.zip
164-
7z x NitroSwan0_7_5.zip NitroSwan.nds
165-
rm NitroSwan0_7_5.zip
163+
curl -LO https://github.com/FluBBaOfWard/NitroSwan/releases/latest/download/NitroSwan.zip
164+
7z x NitroSwan.zip NitroSwan.nds
165+
rm NitroSwan.zip
166166
# PicoDriveTWL is a prerelease, so get the latest URL from the GH api
167167
curl -LO $(curl https://api.github.com/repos/DS-Homebrew/PicoDriveTWL/releases | jq --raw-output '.[0].assets[0].browser_download_url' -)
168168
curl -LO https://github.com/DS-Homebrew/PokeMini/releases/latest/download/PokeMini.nds

0 commit comments

Comments
 (0)