Skip to content

Commit

Permalink
fix build
Browse files Browse the repository at this point in the history
  • Loading branch information
winitzki committed Jan 22, 2024
1 parent 52a14a2 commit acba95d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build-pdf.yml
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ jobs:

- name: Upload sofp-10pt.pdf
if: contains(github.ref, 'refs/tags/v')
id: upload-sofp
id: upload-sofp-10pt
uses: actions/upload-release-asset@v1
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
Expand All @@ -81,7 +81,7 @@ jobs:

- name: Upload sofp-vol1.pdf
if: contains(github.ref, 'refs/tags/v')
id: upload-sofp-draft
id: upload-sofp-vol1
uses: actions/upload-release-asset@v1
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
Expand Down

0 comments on commit acba95d

Please sign in to comment.