Skip to content

Commit

Permalink
montudor/action-zip@v1
Browse files Browse the repository at this point in the history
  • Loading branch information
10xSebastian committed Sep 13, 2022
1 parent ad5d041 commit a5e5122
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions .github/workflows/release-github-zip.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,11 +13,9 @@ jobs:
- name: Checkout
uses: actions/checkout@v2

- uses: vimtor/action-zip@v1
- uses: montudor/action-zip@v1
with:
files: /assets /dist /includes /languages /vendor depay-woocommerce-payments LICENSE README.md readme.txt
dest: depay-woocommerce-payments.zip
recursive: false
args: zip -qq -r depay-woocommerce-payments.zip depay-woocommerce-payments.php LICENSE readme.txt /assets /dist /includes /languages /vendor

- name: Release
uses: softprops/action-gh-release@v1
Expand Down

0 comments on commit a5e5122

Please sign in to comment.