Skip to content

Commit 7f5dd62

Browse files
committed
Fix PR workflow to actually create a package
1 parent 514f3b4 commit 7f5dd62

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/pull_request.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ jobs:
4545
- name: Create Package
4646
uses: BigWigsMods/packager@v2
4747
with:
48-
args: -d -z
48+
args: -d
4949

5050
- uses: actions/upload-artifact@v4
5151
if: ${{ needs.permission_check.outputs.require-result == 'true' && contains(github.event.pull_request.labels.*.name, '🆕 Feature Preview')}}

0 commit comments

Comments
 (0)