diff --git a/.gitea/workflows/artifact.yaml b/.gitea/workflows/artifact.yaml index f78171a..09cbe8c 100644 --- a/.gitea/workflows/artifact.yaml +++ b/.gitea/workflows/artifact.yaml @@ -3,13 +3,14 @@ name: cum on: [ push ] jobs: + node: + - name: get nodejs + run: apk add nodejs cum: runs-on: ubuntu-latest steps: - name: generate file run: echo cum > test.txt - - name: get nodejs - run: apk add nodejs - name: test artificat uses: actions/upload-artifact@v3 with: