Skip to content

Commit

Permalink
Use tar instead of zip
Browse files Browse the repository at this point in the history
  • Loading branch information
pervoj committed Apr 1, 2024
1 parent 20cd881 commit a9b6c5e
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,11 +21,11 @@ jobs:
- name: Archive the built package
uses: TheDoctor0/[email protected]
with:
type: zip
type: tar
path: luminar
filename: release.zip
filename: release.tar.gz
- name: Create a release and publish the archive
uses: ncipollo/[email protected]
with:
artifacts: release.zip
artifacts: release.tar.gz
token: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit a9b6c5e

Please sign in to comment.