Skip to content

Commit d84775b

Browse files
committed
Fix NitroSwan link
1 parent 1f20ac8 commit d84775b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/release.yml

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

0 commit comments

Comments
 (0)