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.