From 19a616764eb7974c5c282221e0dc4b7b001d45e0 Mon Sep 17 00:00:00 2001 From: Jack Back Date: Thu, 21 Mar 2024 10:26:37 +0100 Subject: [PATCH] build: small ci improvement (maybe) --- .gitea/workflows/ci.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.gitea/workflows/ci.yml b/.gitea/workflows/ci.yml index 0b1dc9d..746ebd0 100644 --- a/.gitea/workflows/ci.yml +++ b/.gitea/workflows/ci.yml @@ -14,9 +14,8 @@ jobs: lfs: false - name: Create release - shell: bash run: | - -e .gitea/scripts/ci.sh + bash -e .gitea/scripts/ci.sh - name: Upload release uses: actions/upload-artifact@v3