Skip to content

Commit

Permalink
Add missing quotes
Browse files Browse the repository at this point in the history
  • Loading branch information
nex3 committed Aug 20, 2024
1 parent 408c058 commit b326078
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit b326078

Please sign in to comment.