diff --git a/.gitea/workflows/artifact.yaml b/.gitea/workflows/artifact.yaml index 17a0a1b..7223dae 100644 --- a/.gitea/workflows/artifact.yaml +++ b/.gitea/workflows/artifact.yaml @@ -1,13 +1,15 @@ name: cum + on: [ push ] + jobs: cum: 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 + uses: actions/upload-artifact@v4 with: # Name of the artifact to upload. # Optional. Default is 'artifact'