From 112f41d23e4374cc9713f72e8b77fc8c099fbac1 Mon Sep 17 00:00:00 2001 From: Christos Lachanas Date: Tue, 26 Nov 2024 16:36:19 +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 e9bd3ab..8f6bd8a 100644 --- a/.gitea/workflows/artifact.yaml +++ b/.gitea/workflows/artifact.yaml @@ -3,7 +3,7 @@ on: [push] jobs: test: runs on: ubuntu-latest - step: + steps: - name generate file run: echo "cum" > test.txt - name test artificat