Skip to content

Commit

Permalink
Fix the location of the generated pdf
Browse files Browse the repository at this point in the history
  • Loading branch information
rpsene committed May 23, 2024
1 parent 9d42436 commit e9480aa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-pdf.yml
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ jobs:
- name: Create Release
uses: softprops/action-gh-release@v1
with:
files: ${{ github.workspace }}/specification/*.pdf
files: ${{ github.workspace }}/build/*.pdf
tag_name: v${{ steps.version.outputs.version }}
name: Release ${{ steps.version.outputs.version }}
draft: ${{ github.event.inputs.draft }}
Expand Down

0 comments on commit e9480aa

Please sign in to comment.