diff --git a/.gitea/workflows/build.yml b/.gitea/workflows/build.yml index 41fc690..d2d0cb5 100644 --- a/.gitea/workflows/build.yml +++ b/.gitea/workflows/build.yml @@ -19,18 +19,18 @@ jobs: node-version: ${{ matrix.node-version }} - run: npm ci - run: npm run cibuild - - name: Upload pdf - uses: actions/upload-artifact@v3 - with: - name: PDF - path: build/resume.pdf + # - name: Upload pdf + # uses: actions/upload-artifact@v3 + # with: + # name: PDF + # path: build/resume.pdf - # - name: setup go - # uses: https://github.com/actions/setup-go@v4 - # with: - # go-version: '>=1.20.1' - # - name: Create Release - # uses: actions/release-action@main - # with: - # files: |- - # build/*.pdf \ No newline at end of file + - name: setup go + uses: https://github.com/actions/setup-go@v4 + with: + go-version: '>=1.20.1' + - name: Create Release + uses: actions/release-action@main + with: + files: |- + build/*.pdf \ No newline at end of file