From 56cdb2e3db7b51e97c07c6d7b7c0426b69d17bb9 Mon Sep 17 00:00:00 2001 From: Christos Lachanas Date: Tue, 26 Nov 2024 16:41:13 +0000 Subject: [PATCH] Update .gitea/workflows/artifact.yaml --- .gitea/workflows/artifact.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitea/workflows/artifact.yaml b/.gitea/workflows/artifact.yaml index 7223dae..175dd28 100644 --- a/.gitea/workflows/artifact.yaml +++ b/.gitea/workflows/artifact.yaml @@ -7,7 +7,7 @@ jobs: runs-on: ubuntu-latest steps: - name: generate file - run: echo "cum" > test.txt + run: echo cum > test.txt - name: test artificat uses: actions/upload-artifact@v4 with: