From d0290d8e08504827234f1b52a30dca84a8177614 Mon Sep 17 00:00:00 2001 From: TomAbel Date: Tue, 8 Sep 2020 15:20:11 +0300 Subject: [PATCH 1/2] Zip workflow didn't checkout files to folder This caused errors with the module uploader --- .github/workflows/release.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index 7d84352..2d4b464 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -12,11 +12,13 @@ jobs: uses: actions/checkout@v2 with: ref: master + path: smailyforopencart - name: Compress ZIP uses: TheDoctor0/zip-release@v0.3.0 with: filename: release.zip + path: smailyforopencart exclusions: "*.git* /*.docker/* /*assets/* /*tusk.yml" - name: Get release From db34dfd6c454f104159b974d8fe32f88e43b7790 Mon Sep 17 00:00:00 2001 From: TomAbel Date: Tue, 8 Sep 2020 15:22:40 +0300 Subject: [PATCH 2/2] Mixed up OpenCart and Prestashop --- .github/workflows/release.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index 2d4b464..6567fe7 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -12,13 +12,13 @@ jobs: uses: actions/checkout@v2 with: ref: master - path: smailyforopencart + path: smailyforprestashop - name: Compress ZIP uses: TheDoctor0/zip-release@v0.3.0 with: filename: release.zip - path: smailyforopencart + path: smailyforprestashop exclusions: "*.git* /*.docker/* /*assets/* /*tusk.yml" - name: Get release