From c6f0220889190dca009ece3d760022f943c94b73 Mon Sep 17 00:00:00 2001 From: Brock H Caldwell Date: Sun, 8 Mar 2026 23:31:14 -0500 Subject: [PATCH] Update ci --- .gitea/workflows/sonarqube_scans.yml | 15 +++++++-------- 1 file changed, 7 insertions(+), 8 deletions(-) diff --git a/.gitea/workflows/sonarqube_scans.yml b/.gitea/workflows/sonarqube_scans.yml index cf57e35..c0e284c 100644 --- a/.gitea/workflows/sonarqube_scans.yml +++ b/.gitea/workflows/sonarqube_scans.yml @@ -29,16 +29,15 @@ jobs: - name: Compile assets run: APP_ENV=build php bin/console asset-map:compile -# -# - name: Create artifact -# run: | -# file="${{ gitea.REF_NAME }}.tar.gz" -# touch $file -# tar -czf $file --exclude=$file . + + - name: Create artifact + run: | + file="${{ gitea.REF_NAME }}.tar.gz" + touch $file + tar -czf $file --exclude=$file . - name: Upload artifact uses: akkuman/gitea-release-action@v1 with: files: | - * - .* + "${{ gitea.REF_NAME }}.tar.gz"