Skip to content

Commit

Permalink
fix build
Browse files Browse the repository at this point in the history
  • Loading branch information
Dregu committed May 26, 2024
1 parent a58b925 commit 8d1afec
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,11 @@ jobs:
- name: Create artifacts
run: |
7z a MAXWELL.zip build\
mkdir MAXWELL
move build\MAXWELL.dll MAXWELL\MAXWELL.dll
move build\MAXWELL.exe MAXWELL\MAXWELL.exe
move README.md MAXWELL\README.txt
7z a MAXWELL.zip MAXWELL\
- name: Create release
uses: marvinpinto/[email protected]
Expand Down

0 comments on commit 8d1afec

Please sign in to comment.