mirror of
https://github.com/markqvist/Reticulum.git
synced 2024-12-13 01:44:30 -05:00
Fixed missing artifact
This commit is contained in:
parent
ec0407e5c8
commit
0e5f4aa08a
4
.github/workflows/build.yml
vendored
4
.github/workflows/build.yml
vendored
@ -88,8 +88,8 @@ jobs:
|
|||||||
with:
|
with:
|
||||||
files: |
|
files: |
|
||||||
.artifacts/package/**.whl
|
.artifacts/package/**.whl
|
||||||
.artifacts/documentation/latex/reticulumnetworkstack.pdf
|
# .artifacts/documentation/latex/reticulumnetworkstack.pdf
|
||||||
.artifacts/documentation/epub/ReticulumNetworkStack.epub
|
# .artifacts/documentation/epub/ReticulumNetworkStack.epub
|
||||||
draft: true
|
draft: true
|
||||||
generate_release_notes: true
|
generate_release_notes: true
|
||||||
prerelease: ${{ contains(github.ref, '-') }}
|
prerelease: ${{ contains(github.ref, '-') }}
|
||||||
|
Loading…
Reference in New Issue
Block a user