Skip to content

Commit

Permalink
WIP: Artefacts was not uploaded...
Browse files Browse the repository at this point in the history
  • Loading branch information
lr222gw committed Jan 6, 2024
1 parent 283b2a8 commit 4f82d92
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,12 @@ jobs:
if: matrix.os == runner.os

- name: Archive artifacts
run: zip -r executables-${{ matrix.os }}.zip dist/
if: matrix.os == runner.os

- name: Upload artifacts
uses: actions/upload-artifact@v4
with:
name: executables
path: dist/
name: executables-${{ matrix.os }}
path: executables-${{ matrix.os }}.zip

0 comments on commit 4f82d92

Please sign in to comment.