diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 1ddd657..f698770 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -16,8 +16,8 @@ jobs: uses: xu-cheng/latex-action@v2 with: root_file: kurt_cv.tex - - name: Upload PDF file - uses: actions/upload-artifact@v3 + - name: Release + uses: softprops/action-gh-release@v1 + if: startsWith(github.ref, 'refs/tags/') with: - name: PDF - path: kurt_cv.pdf + files: kurt_cv.pdf diff --git a/version b/version deleted file mode 100644 index a2588c5..0000000 --- a/version +++ /dev/null @@ -1 +0,0 @@ -v0.0.29