From bf469a817024b044caf18d6f67db05fb1b3929fb Mon Sep 17 00:00:00 2001 From: Thomas Cole Date: Thu, 27 Jul 2023 11:00:15 -0400 Subject: [PATCH] Go back to creating releases --- .gitea/workflows/build.yml | 28 ++++++++++++++-------------- 1 file changed, 14 insertions(+), 14 deletions(-) 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