From 7f9cc7f997bafe5373f666b59b5d2945572347a9 Mon Sep 17 00:00:00 2001 From: nullprop Date: Sat, 11 Jan 2025 23:32:50 +0200 Subject: [PATCH] Update actions --- .forgejo/workflows/ci-cd.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.forgejo/workflows/ci-cd.yml b/.forgejo/workflows/ci-cd.yml index ca0ae82..9c08629 100644 --- a/.forgejo/workflows/ci-cd.yml +++ b/.forgejo/workflows/ci-cd.yml @@ -32,7 +32,8 @@ jobs: uses: forgejo/upload-artifact@v4 with: name: Linux-x86-${{ matrix.compiler }}-${{ github.sha }} - path: photomode + path: photomode/ + if-no-files-found: error - name: Release uses: actions/forgejo-release@v2