Skip to content

Commit

Permalink
add zip to artifacts
Browse files Browse the repository at this point in the history
  • Loading branch information
khusmann committed Oct 10, 2024
1 parent 6c32e55 commit f55d5ec
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/release-build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,9 @@ jobs:
uses: actions/upload-artifact@v3
with:
name: interlacer-${{ matrix.os }}
path: "*.tar.gz"
path: |
*.tar.gz
*.zip
release:
if: github.event_name == 'release' # Only run this on real releases
Expand Down

0 comments on commit f55d5ec

Please sign in to comment.