CI release tryfix
This commit is contained in:
parent
9cf713fba2
commit
6a6569c287
1 changed files with 4 additions and 2 deletions
6
.github/workflows/ci-cd.yml
vendored
6
.github/workflows/ci-cd.yml
vendored
|
@ -37,8 +37,9 @@ jobs:
|
|||
|
||||
- name: Release
|
||||
uses: softprops/action-gh-release@v2
|
||||
if: github.ref == 'refs/heads/master'
|
||||
if: startsWith(github.ref, 'refs/tags/')
|
||||
with:
|
||||
fail_on_unmatched_files: true
|
||||
files: photomode-linux.zip
|
||||
|
||||
win32:
|
||||
|
@ -74,6 +75,7 @@ jobs:
|
|||
|
||||
- name: Release
|
||||
uses: softprops/action-gh-release@v2
|
||||
if: github.ref == 'refs/heads/master'
|
||||
if: startsWith(github.ref, 'refs/tags/')
|
||||
with:
|
||||
fail_on_unmatched_files: true
|
||||
files: photomode-windows.zip
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue