From 3fc4f390af2ccc156e189ea9141366ffd1f9df6d Mon Sep 17 00:00:00 2001 From: kerkness Date: Mon, 16 Aug 2021 21:59:29 +0000 Subject: [PATCH] syntax error --- .github/workflows/main.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index e6e60de..9b3a278 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -30,8 +30,7 @@ jobs: - name: Create artifact uses: montudor/action-zip@v0.1.0 with: - args: zip -X -r build/wc-hub.zip . -x lib/hubspot/hubspot-php/tests/ -lib/composer/installers/tests** lib/composer/installers/tests** assets** *.git* node_modules/\* .* "*/\.*" *.package* *.dist composer.* dev-helpers** build** + args: zip -X -r build/wc-hub.zip . -x lib/hubspot/hubspot-php/tests** lib/composer/installers/tests** assets** *.git* node_modules/\* .* "*/\.*" *.package* *.dist composer.* dev-helpers** build** - name: Upload artifact uses: actions/upload-artifact@v2 with: