Skip to content

Commit

Permalink
workflows : make source zip not pdf
Browse files Browse the repository at this point in the history
Fix an obvious typo

Signed-off-by: Graeme Gregory <[email protected]>
  • Loading branch information
xXorAa committed Dec 22, 2024
1 parent 6cf2fa6 commit 2ffdcc8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build-push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@ jobs:
with:
retention-days: 1
name: sqlux-complete-source-${{ env.RELEASE_TAG }}
path: sqlux-complete-source-${{ env.RELEASE_TAG }}.pdf
path: sqlux-complete-source-${{ env.RELEASE_TAG }}.zip

#### Build Manual PDF
build_manual:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/build-tag.yml
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@ jobs:
with:
retention-days: 1
name: sqlux-complete-source-${{ env.RELEASE_TAG }}
path: sqlux-complete-source-${{ env.RELEASE_TAG }}.pdf
path: sqlux-complete-source-${{ env.RELEASE_TAG }}.zip

#### Build Manual PDF
build_manual:
Expand Down

0 comments on commit 2ffdcc8

Please sign in to comment.