We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bb6d5a4 commit 881176aCopy full SHA for 881176a
.github/workflows/build.yml
@@ -21,13 +21,14 @@ jobs:
21
-file-line-error
22
-halt-on-error
23
-interaction=nonstopmode
24
- -output-directory=build
25
- -jobname=cv-${{ github.ref_name }}
+
+ - name: Rename PDF
26
+ run: mv cv.pdf cv-${{ github.ref_name }}.pdf
27
28
- name: Release
29
uses: softprops/action-gh-release@v2
30
with:
31
name: "CV Release ${{ github.ref_name }}"
32
body: "Auto-generated PDF for version ${{ github.ref_name }}"
- files: build/cv-${{ github.ref_name }}.pdf
33
+ files: cv-${{ github.ref_name }}.pdf
34
make_latest: true
0 commit comments