Compare commits

..

1 Commits
v19 ... v20

Author SHA1 Message Date
Hatvani Tamás
3515703a90 Modify zip commands in release workflow to include files in the folder with the wildcard
Update zip commands to include all files in the directories.
2025-11-09 13:12:27 +01:00

View File

@@ -88,8 +88,8 @@ jobs:
cd $(git rev-parse --show-toplevel)
pwd
cd release/
zip linux.zip linux/
zip windows.zip windows/
zip linux.zip linux/*
zip windows.zip windows/*
- name: Create GitHub Release
uses: softprops/action-gh-release@v2