Update actions
Some checks failed
CI/CD / Linux-x86 (push) Failing after 10s
CI/CD / Win32 (push) Failing after 5s

This commit is contained in:
Lauri Räsänen 2025-01-06 19:40:51 +02:00
parent 6461336825
commit 5fe18c2765

View file

@ -36,9 +36,10 @@ jobs:
path: photomode
- name: Release
uses: softprops/action-gh-release@v2
uses: actions/forgejo-release@v2
if: startsWith(github.ref, 'refs/tags/')
with:
url: https://code.nullprop.sh
fail_on_unmatched_files: true
files: photomode-linux.zip
@ -74,8 +75,9 @@ jobs:
path: photomode
- name: Release
uses: softprops/action-gh-release@v2
uses: actions/forgejo-release@v2
if: startsWith(github.ref, 'refs/tags/')
with:
url: https://code.nullprop.sh
fail_on_unmatched_files: true
files: photomode-windows.zip