Skip to content

Commit

Permalink
Update Action ZIP
Browse files Browse the repository at this point in the history
  • Loading branch information
Batfoxkid authored Apr 17, 2024
1 parent 1732a8d commit e3c9d5b
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,19 +46,19 @@ jobs:
run: bash scripts/package.sh

- name: Package Full
uses: montudor/action-zip@v1
uses: montudor/action-zip@v1.0.0
if: "contains(github.event.head_commit.message, '[M]')"
with:
args: zip -qq -r New-Install-Package-${{env.PLUGIN_VERSION}}.${{env.PLUGIN_VERSION_REVISION}}.zip New-Install-Package

- name: Package Update
uses: montudor/action-zip@v1
uses: montudor/action-zip@v1.0.0
if: "contains(github.event.head_commit.message, '[M]')"
with:
args: zip -qq -r Update-Package-${{env.PLUGIN_VERSION}}.${{env.PLUGIN_VERSION_REVISION}}.zip Update-Package

- name: Package Epic Scout
uses: montudor/action-zip@v1
uses: montudor/action-zip@v1.0.0
if: "contains(github.event.head_commit.message, '[E]')"
with:
args: zip -qq -r Epic-Scout-${{env.PLUGIN_VERSION}}.${{env.PLUGIN_VERSION_REVISION}}.zip Epic-Scout
Expand Down

0 comments on commit e3c9d5b

Please sign in to comment.