Skip to content

Commit

Permalink
test(ci): Bundle
Browse files Browse the repository at this point in the history
  • Loading branch information
tuxuser committed Jul 31, 2024
1 parent 5594581 commit 6d2fae0
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -79,6 +79,12 @@ jobs:
uses: actions/download-artifact@v4
with:
name: Release
path: .

- run: |
tree
dir
ls -R
- name: Bundle binaries
run: 7z a -tzip Solstice.zip .\output\**
Expand Down

0 comments on commit 6d2fae0

Please sign in to comment.