Skip to content

Commit e9480aa

Browse files
authored
Fix the location of the generated pdf
1 parent 9d42436 commit e9480aa

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/build-pdf.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ jobs:
7575
- name: Create Release
7676
uses: softprops/action-gh-release@v1
7777
with:
78-
files: ${{ github.workspace }}/specification/*.pdf
78+
files: ${{ github.workspace }}/build/*.pdf
7979
tag_name: v${{ steps.version.outputs.version }}
8080
name: Release ${{ steps.version.outputs.version }}
8181
draft: ${{ github.event.inputs.draft }}

0 commit comments

Comments
 (0)