From 6e184c20863b7c4efd85d4b93bb575c339271e20 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Hannu=20Po=CC=88lo=CC=88nen?= Date: Tue, 7 Jul 2020 09:15:37 +0300 Subject: [PATCH] Fix packaging to include lib in master as well --- .github/workflows/action.yml | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/.github/workflows/action.yml b/.github/workflows/action.yml index 573b4aad..b39a0476 100644 --- a/.github/workflows/action.yml +++ b/.github/workflows/action.yml @@ -190,10 +190,12 @@ jobs: ############################################################################ - name: Build archive using composer - run: composer archive --format=zip --file=archive + run: ./vendor/bin/magazine package magazine.json ${PACKAGE_VERSION} -v + env: + PACKAGE_VERSION: VERSION - name: Archive built package uses: actions/upload-artifact@v1 with: name: composer-zip-archive - path: archive.zip + path: Nosto_Tagging-VERSION.tgz