From b326078389d0a9345adeaee80e7e9f5663f39411 Mon Sep 17 00:00:00 2001 From: Natalie Weizenbaum Date: Tue, 20 Aug 2024 00:31:51 -0700 Subject: [PATCH] Add missing quotes --- .github/workflows/release.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index 2032d62..36ada66 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -209,7 +209,7 @@ jobs: run: Compress-Archive -Path $env:dir -DestinationPath "${{ env.dir }}.zip" - name: Remove DS3Randomizer.exe - run: rm ${{ env.dir }}/randomizer/DS3Randomizer.exe + run: rm "${{ env.dir }}/randomizer/DS3Randomizer.exe" - name: Download DS3Randomizer.exe (self-contained) uses: actions/download-artifact@v4