Skip to content

Commit

Permalink
Workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
massimo-nocentini committed Mar 21, 2024
1 parent 5860074 commit a1b0df4
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,9 +29,13 @@ jobs:
mingw-w64-ucrt-x86_64-toolchain
- uses: actions/checkout@v4
- shell: msys2 {0}
run: cd src && make mingw
run: |
ls
cd src
make mingw
- shell: msys2 {0}
run: mkdir artifacts && cp src/*.h src/*.dll artifacts/
run: |
mkdir artifacts && cp src/*.h src/*.dll artifacts/
- name: Upload artifacts
uses: actions/upload-artifact@v4
with:
Expand Down

0 comments on commit a1b0df4

Please sign in to comment.