Skip to content

Commit

Permalink
CI: Fix typo. (#951)
Browse files Browse the repository at this point in the history
  • Loading branch information
hhslepicka committed May 4, 2024
1 parent b14f12a commit 6a179c7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -122,6 +122,6 @@ jobs:
- name: Upload Release Assets - Bmad & Tao Manual
run: |
gh release upload ${{ steps.release_name.outputs.version }} ${GITHUB_WORKSPACE}/tao/doc/bmad.pdf ${GITHUB_WORKSPACE}/tao/doc/tao.pdf
gh release upload ${{ steps.release_name.outputs.version }} ${GITHUB_WORKSPACE}/bmad/doc/bmad.pdf ${GITHUB_WORKSPACE}/tao/doc/tao.pdf
env:
GITHUB_TOKEN: ${{ github.TOKEN }}

0 comments on commit 6a179c7

Please sign in to comment.