Adding zip artifact

This commit is contained in:
Scott 2024-11-02 23:44:53 +00:00 committed by GitHub
parent ed80d6019f
commit 8e1bc2b16f
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -42,13 +42,17 @@ jobs:
gitrev=$(git rev-parse --short HEAD) gitrev=$(git rev-parse --short HEAD)
cd public cd public
tar cvzf HandBrake_Documentation.$gitrev.tar.gz docs tar cvzf HandBrake_Documentation.$gitrev.tar.gz docs
zip -r HandBrake_Documentation.$gitrev.zip docs
cp *.tar.gz ../ cp *.tar.gz ../
cp *.zip ../
cd .. cd ..
- uses: actions/upload-artifact@master - uses: actions/upload-artifact@master
with: with:
name: docs name: docs
path: HandBrake_Documentation*.tar.gz path: |
HandBrake_Documentation*.tar.gz
HandBrake_Documentation*.zip
publish: publish: