Skip to content

Commit

Permalink
Upload the resulting document in workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
MBerkayHamurcu committed Dec 25, 2024
1 parent 85b6003 commit a64302b
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions .github/workflows/build-check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,3 +33,12 @@ jobs:
imageName: vsctex
runCmd: |
if [[ "$(service --status-all 2>&1)" != *"[ ? ] devContainerService"* ]]; then exit 1; fi
- name: Upload resulting document
uses: actions/upload-artifact@v4
with:
name: main.pdf
path: ./main.pdf
if-no-files-found: 'error'
retention-days: 14
compression-level: 9

0 comments on commit a64302b

Please sign in to comment.