actions: Fixes to the github actions script.

This commit is contained in:
sr55 2022-10-27 20:08:20 +01:00
parent 79d391b22a
commit 2b51ca00d0
No known key found for this signature in database
GPG Key ID: ECE911849A3E21A5

View File

@ -36,11 +36,12 @@ jobs:
- name: Build
run: |
bash ./marsh build --markdown="tools/local/bin/markdown"
tar cvzf HandBrake_Documentation.tar.gz public/
- uses: actions/upload-artifact@master
with:
name: docs
path: public/
path: HandBrake_Documentation.tar.gz
publish: