Skip to content

Commit

Permalink
fix: fix zip in release action
Browse files Browse the repository at this point in the history
  • Loading branch information
FoolHen authored Jul 5, 2022
1 parent 99fda38 commit 78d16c7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ jobs:
name: lua-build
- name: Create Zip File
run: |
zip MapEditor.zip .
zip -r MapEditor.zip .
- name: Create Release
id: create_release
uses: actions/create-release@v1
Expand Down

0 comments on commit 78d16c7

Please sign in to comment.