Skip to content

Commit

Permalink
Update makefile.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
wtfloltk authored Dec 15, 2023
1 parent 57fd27c commit 45198dc
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/makefile.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,10 @@ jobs:
- name: Run install
run: make install

- name: foldersetupfordist
run: mkdir dist; cp -r *.exe dist/

- uses: actions/upload-artifact@master
with:
name: exe
path: ./*.exe
path: dist

0 comments on commit 45198dc

Please sign in to comment.