Compare commits
1 Commits
32b5a0a6d0
...
dbdaa7c14c
Author | SHA1 | Date | |
---|---|---|---|
dbdaa7c14c |
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 '
|
||||
|
||||
- name: Release PDF artifact
|
||||
if: github.event_name == 'push' && github.ref == 'refs/heads/main'
|
||||
uses: softprops/action-gh-release@v2
|
||||
with:
|
||||
files: ${{ env.PDF_NAME }}
|
||||
#token: ${{ secrets.GITHUB_TOKEN }}
|
||||
tag_name: latest
|
||||
body: |
|
||||
PDF document built from LaTeX source.
|
||||
PDF document built from latest LaTeX source.
|
Reference in New Issue
Block a user