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
|
- name: Release
|
||||||
uses: softprops/action-gh-release@v2
|
uses: softprops/action-gh-release@v2
|
||||||
if: github.ref == 'refs/heads/master'
|
if: startsWith(github.ref, 'refs/tags/')
|
||||||
with:
|
with:
|
||||||
|
fail_on_unmatched_files: true
|
||||||
files: photomode-linux.zip
|
files: photomode-linux.zip
|
||||||
|
|
||||||
win32:
|
win32:
|
||||||
|
@ -74,6 +75,7 @@ jobs:
|
||||||
|
|
||||||
- name: Release
|
- name: Release
|
||||||
uses: softprops/action-gh-release@v2
|
uses: softprops/action-gh-release@v2
|
||||||
if: github.ref == 'refs/heads/master'
|
if: startsWith(github.ref, 'refs/tags/')
|
||||||
with:
|
with:
|
||||||
|
fail_on_unmatched_files: true
|
||||||
files: photomode-windows.zip
|
files: photomode-windows.zip
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue