ci/Release: replace openFPGALoader-Documentation subdir with a tarball

This commit is contained in:
umarcor 2021-12-01 20:01:51 +01:00
parent e01616d175
commit 76b03380e7
1 changed files with 7 additions and 1 deletions

View File

@ -243,9 +243,15 @@ jobs:
with:
path: artifact
- name: '✉️ Package Documentation'
run: |
cd artifact
tar cvzf openFPGALoader-Documentation.tar.gz openFPGALoader-Documentation
rm -rf openFPGALoader-Documentation
# Tagged: create a pre-release or a release (semver)
# Untagged: update the assets of pre-release 'nightly'
- uses: eine/tip@master
- uses: '📦 eine/tip@master'
with:
token: ${{ github.token }}
tag: 'nightly'