CI release tryfix

This commit is contained in:
Lauri Räsänen 2024-10-05 20:32:25 +03:00
parent 9cf713fba2
commit 6a6569c287

View file

@ -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