mirror of
https://github.com/DJ2LS/FreeDATA
synced 2024-05-14 08:04:33 +00:00
Merge pull request #696 from DJ2LS/dependabot/github_actions/develop/softprops/action-gh-release-2
This commit is contained in:
commit
e04295fb46
2 changed files with 2 additions and 2 deletions
2
.github/workflows/build_nsis_bundle.yml
vendored
2
.github/workflows/build_nsis_bundle.yml
vendored
|
@ -60,7 +60,7 @@ jobs:
|
|||
path: ./FreeDATA-Installer.exe
|
||||
|
||||
- name: Upload Installer to Release
|
||||
uses: softprops/action-gh-release@v1
|
||||
uses: softprops/action-gh-release@v2
|
||||
if: startsWith(github.ref, 'refs/tags/v')
|
||||
with:
|
||||
draft: true
|
||||
|
|
2
.github/workflows/build_server.yml
vendored
2
.github/workflows/build_server.yml
vendored
|
@ -114,7 +114,7 @@ jobs:
|
|||
path: ./modem/server.dist/${{ matrix.zip_name }}.zip
|
||||
|
||||
- name: Release Modem
|
||||
uses: softprops/action-gh-release@v1
|
||||
uses: softprops/action-gh-release@v2
|
||||
if: startsWith(github.ref, 'refs/tags/v')
|
||||
with:
|
||||
draft: true
|
||||
|
|
Loading…
Reference in a new issue