Skip to content

Commit

Permalink
Fix syntax
Browse files Browse the repository at this point in the history
  • Loading branch information
koppor authored Jul 9, 2023
1 parent 311832d commit 5972b99
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
uses: actions/upload-artifact@v3
with:
name: PDFs
path: /work/out
path: '/work/out'

- name: Prepare for CTAN
run: ./prepare_for_CTAN
Expand All @@ -35,4 +35,4 @@ jobs:
uses: actions/upload-artifact@v3
with:
name: CTAN
path: *.tar.gz
path: '*.tar.gz'

0 comments on commit 5972b99

Please sign in to comment.