From 8addbc5b30b3886a31252a4dc014284bc95662c2 Mon Sep 17 00:00:00 2001 From: RocketRobz Date: Thu, 16 Nov 2023 21:30:17 -0700 Subject: [PATCH] Derp fix --- .github/workflows/release.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 3413c6f387..5222cdafdb 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -109,7 +109,9 @@ jobs: curl -LO https://bitbucket.org/Coto88/snemulds/raw/33f5f469b6e6c19cb3e1be9259b407832fce42b9/release/arm7dldi-twl/SNEmulDS.srl curl -LO https://github.com/DS-Homebrew/NesDS/releases/latest/download/nesDS.7z 7z x nesDS.7z nesDS/nesDS.nds + mv nesDS/nesDS.nds nesDS.nds rm nesDS.7z + rm nesDS curl -LO https://github.com/FluBBaOfWard/S8DS/releases/latest/download/S8DS.zip 7z x S8DS.zip S8DS.nds rm S8DS.zip