Skip to content

Commit

Permalink
fix mingw artifact
Browse files Browse the repository at this point in the history
  • Loading branch information
vampirefrog authored Nov 9, 2024
1 parent 15bb237 commit cd2dbc9
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions .github/workflows/msys2-mingw64.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,10 +23,8 @@ jobs:
install: git make pkg-config mingw64/mingw-w64-x86_64-gcc mingw64/mingw-w64-x86_64-portaudio bison flex zip
- name: Build with make
run: make
- name: Create zip archive
run: zip *.exe mdxtools.zip
- name: Upload build artifact
uses: actions/upload-artifact@v3
with:
name: mdxtools.zip
path: .
name: mdxtools
path: "*.exe"

0 comments on commit cd2dbc9

Please sign in to comment.