Skip to content

Commit

Permalink
fix zip command
Browse files Browse the repository at this point in the history
  • Loading branch information
10xSebastian committed Sep 13, 2022
1 parent 4671186 commit f2b3ec7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release-github-zip.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:

- uses: montudor/action-zip@v1
with:
args: zip -qq -r depay-woocommerce-payments.zip depay-woocommerce-payments.php LICENSE readme.txt /assets /dist /includes /languages /vendor
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 f2b3ec7

Please sign in to comment.