Skip to content

Commit

Permalink
zip linux artifact
Browse files Browse the repository at this point in the history
  • Loading branch information
Odizinne committed Aug 16, 2024
1 parent 8c8ad54 commit 3d3596d
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 @@ -146,8 +146,12 @@ jobs:
qmake ../HeadsetControl-Qt.pro CONFIG+=release
make -j$(nproc)
- name: Zip binaries folder
run: |
zip build/HeadsetControl-Qt_linux_64.zip build/HeadsetControl-Qt
- name: Upload Artifacts
uses: actions/upload-artifact@v4
with:
name: HeadsetControl-Qt_linux_64
path: build/HeadsetControl-Qt
path: build/HeadsetControl-Qt_linux_64.zip

0 comments on commit 3d3596d

Please sign in to comment.