From 5d1a35a2205d6ea212363d43d50924bfcdc0cedd Mon Sep 17 00:00:00 2001 From: Christos Lachanas Date: Tue, 26 Nov 2024 16:36:31 +0000 Subject: [PATCH] Update .gitea/workflows/artifact.yaml --- .gitea/workflows/artifact.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.gitea/workflows/artifact.yaml b/.gitea/workflows/artifact.yaml index 8f6bd8a..1d2006a 100644 --- a/.gitea/workflows/artifact.yaml +++ b/.gitea/workflows/artifact.yaml @@ -4,9 +4,9 @@ jobs: test: runs on: ubuntu-latest steps: - - name generate file + - name: generate file run: echo "cum" > test.txt - - name test artificat + - name: test artificat uses: actions/upload-artifact@v4 with: # Name of the artifact to upload.