We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 772e021 commit 3c94e91Copy full SHA for 3c94e91
.github/workflows/main.yml
@@ -36,8 +36,12 @@ jobs:
36
extra_system_packages: "font-liberation"
37
latexmk_shell_escape: true
38
39
+ - name: Get short SHA for commit
40
+ id: sha_short
41
+ run: echo "sha_short=$(git rev-parse --short HEAD)" >> $GITHUB_OUTPUT
42
+
43
- name: Upload PDF file
44
uses: actions/upload-artifact@v4
45
with:
- name: FormalLanguageConstrainedReachabilityLectureNotes_latest
46
+ name: FormalLanguageConstrainedReachabilityLectureNotes_${{ steps.sha_short.outputs.sha_short }}
47
path: tex/FormalLanguageConstrainedReachabilityLectureNotes.pdf
0 commit comments