Skip to content

Commit a586407

Browse files
committed
Try fixing the PR packager v2
1 parent 7f5dd62 commit a586407

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.github/workflows/pull_request.yml

+3-2
Original file line numberDiff line numberDiff line change
@@ -45,14 +45,15 @@ jobs:
4545
- name: Create Package
4646
uses: BigWigsMods/packager@v2
4747
with:
48-
args: -d
48+
args: -d -z
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')}}
5252
id: upload-artifact
5353
with:
5454
name: WeakAuras-PR#${{ github.event.number }}-${{ github.sha }}
55-
path: .release/
55+
path: .release/
56+
include-hidden-files: true
5657

5758
advertise:
5859
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)