Skip to content

Commit

Permalink
Try fixing the PR packager v2
Browse files Browse the repository at this point in the history
  • Loading branch information
InfusOnWoW committed Oct 6, 2024
1 parent 7f5dd62 commit a586407
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/pull_request.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,14 +45,15 @@ jobs:
- name: Create Package
uses: BigWigsMods/packager@v2
with:
args: -d
args: -d -z

- uses: actions/upload-artifact@v4
if: ${{ needs.permission_check.outputs.require-result == 'true' && contains(github.event.pull_request.labels.*.name, '🆕 Feature Preview')}}
id: upload-artifact
with:
name: WeakAuras-PR#${{ github.event.number }}-${{ github.sha }}
path: .release/
path: .release/
include-hidden-files: true

advertise:
runs-on: ubuntu-latest
Expand Down

0 comments on commit a586407

Please sign in to comment.