actions: Minor changes to tar file upload

This commit is contained in:
sr55 2022-10-27 20:51:44 +01:00
parent 454d5d6971
commit bee9e32d85
No known key found for this signature in database
GPG Key ID: ECE911849A3E21A5

View File

@ -40,7 +40,10 @@ jobs:
run: |
bash ./marsh build --markdown="tools/local/bin/markdown"
gitrev=$(git rev-parse --short HEAD)
tar cvzf HandBrake_Documentation.$gitrev.tar.gz public/
cd public
tar cvzf HandBrake_Documentation.$gitrev.tar.gz docs
cp *.tar.gz ../
cd ..
- uses: actions/upload-artifact@master
with:
@ -93,5 +96,5 @@ jobs:
prerelease: true
replacesArtifacts: false
allowUpdates: false
tag: lin
tag: docs
token: ${{ secrets.GITHUB_TOKEN }}