We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7f5dd62 commit a586407Copy full SHA for a586407
.github/workflows/pull_request.yml
@@ -45,14 +45,15 @@ jobs:
45
- name: Create Package
46
uses: BigWigsMods/packager@v2
47
with:
48
- args: -d
+ args: -d -z
49
50
- uses: actions/upload-artifact@v4
51
if: ${{ needs.permission_check.outputs.require-result == 'true' && contains(github.event.pull_request.labels.*.name, '🆕 Feature Preview')}}
52
id: upload-artifact
53
54
name: WeakAuras-PR#${{ github.event.number }}-${{ github.sha }}
55
- path: .release/
+ path: .release/
56
+ include-hidden-files: true
57
58
advertise:
59
runs-on: ubuntu-latest
0 commit comments