Skip to content

Commit

Permalink
Update release.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
xKhronoz authored May 29, 2024
1 parent 4d2d72d commit 290fd69
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,13 +35,16 @@ jobs:
type: 'zip'
filename: 'release.zip'
exclusions: '*.git* /*.github/*'
- name: Create Release Ttarball File
run: |
touch release.tar.gz
# Create Tarball
- name: Tarball Release
uses: TheDoctor0/[email protected]
with:
type: 'tar'
filename: 'release.tar.gz'
exclusions: '.git .github release.zip'
exclusions: '.git .github release.zip release.tar.gz'
# Upload the Zip Archive to releases
- name: Upload Release
uses: ncipollo/[email protected]
Expand Down

0 comments on commit 290fd69

Please sign in to comment.