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