Compare commits
1 Commits
dbdaa7c14c
...
32b5a0a6d0
Author | SHA1 | Date | |
---|---|---|---|
32b5a0a6d0 |
4
.github/workflows/main.yml
vendored
4
.github/workflows/main.yml
vendored
@@ -36,10 +36,10 @@ jobs:
|
|||||||
run: file ${{ env.PDF_NAME }} || grep -q ' PDF '
|
run: file ${{ env.PDF_NAME }} || grep -q ' PDF '
|
||||||
|
|
||||||
- name: Release PDF artifact
|
- name: Release PDF artifact
|
||||||
if: github.event_name == 'push' && github.ref == 'refs/heads/main'
|
|
||||||
uses: softprops/action-gh-release@v2
|
uses: softprops/action-gh-release@v2
|
||||||
with:
|
with:
|
||||||
files: ${{ env.PDF_NAME }}
|
files: ${{ env.PDF_NAME }}
|
||||||
|
#token: ${{ secrets.GITHUB_TOKEN }}
|
||||||
tag_name: latest
|
tag_name: latest
|
||||||
body: |
|
body: |
|
||||||
PDF document built from latest LaTeX source.
|
PDF document built from LaTeX source.
|
Reference in New Issue
Block a user