Skip to content
This repository has been archived by the owner on Aug 2, 2024. It is now read-only.

Commit

Permalink
Add zip action
Browse files Browse the repository at this point in the history
  • Loading branch information
jspellman814 committed Feb 14, 2022
1 parent 8129c63 commit c853d3e
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,8 +36,9 @@ jobs:
ls pantheon-wordpress-edge-integrations
ls pantheon-wordpress-edge-integrations/dist
- name: Compress built plugin
run: |
zip pantheon-wordpress-edge-integrations.zip pantheon-wordpress-edge-integrations/
uses: montudor/action-zip@v1
with:
args: zip -qq -r pantheon-wordpress-edge-integrations.zip pantheon-wordpress-edge-integrations
- name: Release
uses: softprops/action-gh-release@v1
env:
Expand Down

0 comments on commit c853d3e

Please sign in to comment.