From 5f8fcdb4c737ebe31d4aa721ff276082c8a861f9 Mon Sep 17 00:00:00 2001 From: nullprop Date: Sat, 11 Jan 2025 21:00:38 +0200 Subject: [PATCH] Update actions --- .forgejo/workflows/ci-cd.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.forgejo/workflows/ci-cd.yml b/.forgejo/workflows/ci-cd.yml index ee8d25f..3cb0e4a 100644 --- a/.forgejo/workflows/ci-cd.yml +++ b/.forgejo/workflows/ci-cd.yml @@ -21,7 +21,7 @@ jobs: - name: Build run: | cd linux - make COMPILER=${{ matrix.compiler }} CFG=release -j2 + make COMPILER=${{ matrix.compiler }} CFG=release - name: Package run: | @@ -41,5 +41,5 @@ jobs: with: url: https://code.nullprop.sh direction: upload - release-dir: photomode-linux.zip + release-dir: photomode