From da6fc70bd9c32c870a46cf69cb5615d7ce5ae737 Mon Sep 17 00:00:00 2001 From: Christian Steinle Date: Wed, 19 Mar 2025 16:35:16 +0100 Subject: [PATCH] .gitea/workflows/release.yml aktualisiert --- .gitea/workflows/release.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.gitea/workflows/release.yml b/.gitea/workflows/release.yml index c20664e..f6ed241 100644 --- a/.gitea/workflows/release.yml +++ b/.gitea/workflows/release.yml @@ -61,6 +61,6 @@ jobs: - name: Upload Artifact uses: actions/upload-artifact@v4 - with: - name: my-artifact - path: ${{ steps.scan.outputs.table }} \ No newline at end of file + with: + name: my-artifact + path: ${{ steps.scan.outputs.table }} \ No newline at end of file