Skip to content

Commit

Permalink
Troubleshooting release action
Browse files Browse the repository at this point in the history
  • Loading branch information
Ne0nd0g committed Nov 5, 2023
1 parent cda117d commit d2515bc
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 @@ -91,7 +91,7 @@ jobs:
F="README.MD LICENSE data/modules docs data/README.MD data/agents/README.MD data/log/README.MD data/x509 data/src data/bin"
7za a -pmerlin -mhe -mx=9 merlinServer-Linux-x64.7z $F $DIR/merlinServer-Linux-x64
7za a -pmerlin -mhe -mx=9 merlinServer-Darwin-x64.7z $F $DIR/merlinServer-Darwin-x64
7za a -pmerlin -mhe -mx=9 $TEMP/merlinServer-Windows-x64.7z $F $DIR/merlinServer-Windows-x64.exe
7za a -pmerlin -mhe -mx=9 merlinServer-Windows-x64.7z $F $DIR/merlinServer-Windows-x64.exe
- name: Create Draft Release
id: create_draft_release
Expand Down

0 comments on commit d2515bc

Please sign in to comment.