From 81d2e8c599649dcdb716516f16d50195c24c0711 Mon Sep 17 00:00:00 2001 From: Christian Steinle Date: Thu, 20 Mar 2025 08:06:17 +0100 Subject: [PATCH] .gitea/workflows/release.yml aktualisiert --- .gitea/workflows/release.yml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/.gitea/workflows/release.yml b/.gitea/workflows/release.yml index f6ed241..e350262 100644 --- a/.gitea/workflows/release.yml +++ b/.gitea/workflows/release.yml @@ -58,9 +58,10 @@ jobs: - name: Inspect file run: cat ${{ steps.scan.outputs.table }} + run: echo ${{ steps.scan.outputs.table }} >> result.txt - name: Upload Artifact uses: actions/upload-artifact@v4 with: - name: my-artifact - path: ${{ steps.scan.outputs.table }} \ No newline at end of file + name: scan-result + path: result.txt \ No newline at end of file