Skip to content

Commit

Permalink
Update create_release.yaml
Browse files Browse the repository at this point in the history
Lyall authored Oct 14, 2024
1 parent 4109bd7 commit 3f71394
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/create_release.yaml
Original file line number Diff line number Diff line change
@@ -64,7 +64,7 @@ jobs:
- name: Create Steam/MS Zip
run: |
cd .\zip\Steam
7z a -r -tzip ..\${{ github.event.repository.name }}_${{ github.event.inputs.version }}.zip .\*
7z a -r -tzip ..\..\${{ github.event.repository.name }}_${{ github.event.inputs.version }}.zip .\*
- name: Create Reloaded-II Zip
run: |

0 comments on commit 3f71394

Please sign in to comment.