Skip to content

Commit

Permalink
Fix missing do_package in release.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
LunaTheFoxgirl committed Sep 17, 2024
1 parent e526bbb commit ae41f10
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ jobs:
target_ref: '${{ github.ref_name }}'
variant: 'demo'
generate_version: true
do_package: true

gh-publish:
needs: build-demo
Expand All @@ -38,6 +39,7 @@ jobs:
target_ref: '${{ github.ref_name }}'
variant: 'full'
generate_version: true
do_package: true

itch-publish:
needs: build-full
Expand Down

0 comments on commit ae41f10

Please sign in to comment.