mirror of
https://github.com/DJ2LS/FreeDATA
synced 2024-05-14 08:04:33 +00:00
publish modem data as draft
This commit is contained in:
parent
9cb5134737
commit
38caea01f5
1 changed files with 1 additions and 0 deletions
1
.github/workflows/build_multiplatform.yml
vendored
1
.github/workflows/build_multiplatform.yml
vendored
|
@ -388,6 +388,7 @@ jobs:
|
|||
uses: softprops/action-gh-release@v1
|
||||
if: startsWith(github.ref, 'refs/tags/v')
|
||||
with:
|
||||
draft: true
|
||||
files: ./modem/dist/modem/${{ matrix.zip_name }}.zip
|
||||
#files: ./modem/dist/${{ matrix.zip_name }}.zip
|
||||
|
||||
|
|
Loading…
Reference in a new issue