Skip to content

Commit

Permalink
Merge pull request #31 from sendsmaily/ops/checkout-to-folder
Browse files Browse the repository at this point in the history
Zip workflow didn't checkout files to folder
  • Loading branch information
tomkabel authored Sep 8, 2020
2 parents 2817114 + db34dfd commit 09f7e7f
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,11 +12,13 @@ jobs:
uses: actions/checkout@v2
with:
ref: master
path: smailyforprestashop

- name: Compress ZIP
uses: TheDoctor0/[email protected]
with:
filename: release.zip
path: smailyforprestashop
exclusions: "*.git* /*.docker/* /*assets/* /*tusk.yml"

- name: Get release
Expand Down

0 comments on commit 09f7e7f

Please sign in to comment.