From 5fe18c2765c5643cb8d74b94344aaf1df1ca4212 Mon Sep 17 00:00:00 2001 From: nullprop Date: Mon, 6 Jan 2025 19:40:51 +0200 Subject: [PATCH] Update actions --- .forgejo/workflows/ci-cd.yml | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/.forgejo/workflows/ci-cd.yml b/.forgejo/workflows/ci-cd.yml index 0e8414f..2196266 100644 --- a/.forgejo/workflows/ci-cd.yml +++ b/.forgejo/workflows/ci-cd.yml @@ -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