Skip to content

Commit 4014308

Browse files
committed
mod
1 parent 8ec7d80 commit 4014308

File tree

1 file changed

+6
-5
lines changed

1 file changed

+6
-5
lines changed

.github/workflows/build_resume.yaml

+6-5
Original file line numberDiff line numberDiff line change
@@ -42,11 +42,12 @@ jobs:
4242
else
4343
exit 1
4444
fi
45-
46-
- name: Create Release
47-
uses: softprops/action-gh-release@v1
48-
# if: startsWith(github.ref, 'refs/tags/')
45+
46+
- name: Upload artifact
47+
uses: actions/upload-artifact@v2
4948
with:
50-
files: ./latex/output/resume.pdf
49+
name: resume
50+
path: ./latex/output/resume.pdf
51+
debug: true
5152

5253

0 commit comments

Comments
 (0)