Skip to content

Commit

Permalink
Adding zip artifact
Browse files Browse the repository at this point in the history
  • Loading branch information
sr55 authored Nov 2, 2024
1 parent ed80d60 commit 8e1bc2b
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,13 +42,17 @@ jobs:
gitrev=$(git rev-parse --short HEAD)
cd public
tar cvzf HandBrake_Documentation.$gitrev.tar.gz docs
zip -r HandBrake_Documentation.$gitrev.zip docs
cp *.tar.gz ../
cp *.zip ../
cd ..
- uses: actions/upload-artifact@master
with:
name: docs
path: HandBrake_Documentation*.tar.gz
path: |
HandBrake_Documentation*.tar.gz
HandBrake_Documentation*.zip
publish:
Expand Down

0 comments on commit 8e1bc2b

Please sign in to comment.