ci/Release: replace openFPGALoader-Documentation subdir with a tarball
This commit is contained in:
parent
e01616d175
commit
76b03380e7
|
|
@ -243,9 +243,15 @@ jobs:
|
||||||
with:
|
with:
|
||||||
path: artifact
|
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)
|
# Tagged: create a pre-release or a release (semver)
|
||||||
# Untagged: update the assets of pre-release 'nightly'
|
# Untagged: update the assets of pre-release 'nightly'
|
||||||
- uses: eine/tip@master
|
- uses: '📦 eine/tip@master'
|
||||||
with:
|
with:
|
||||||
token: ${{ github.token }}
|
token: ${{ github.token }}
|
||||||
tag: 'nightly'
|
tag: 'nightly'
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue