mirror of
https://github.com/HandBrake/HandBrake-docs.git
synced 2025-12-10 00:44:52 -06:00
Adding zip artifact
This commit is contained in:
parent
ed80d6019f
commit
8e1bc2b16f
6
.github/workflows/main.yml
vendored
6
.github/workflows/main.yml
vendored
@ -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:
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user