diff --git a/.github/workflows/build_resume.yaml b/.github/workflows/build_resume.yaml index 9363dd8..9b678c8 100644 --- a/.github/workflows/build_resume.yaml +++ b/.github/workflows/build_resume.yaml @@ -42,11 +42,12 @@ jobs: else exit 1 fi - - - name: Create Release - uses: softprops/action-gh-release@v1 - # if: startsWith(github.ref, 'refs/tags/') + + - name: Upload artifact + uses: actions/upload-artifact@v2 with: - files: ./latex/output/resume.pdf + name: resume + path: ./latex/output/resume.pdf + debug: true \ No newline at end of file