Skip to content
This repository has been archived by the owner on Apr 26, 2022. It is now read-only.

Commit

Permalink
Merge pull request #559 from Nosto/bug/fix-packaging-for-master
Browse files Browse the repository at this point in the history
Fix packaging for master
  • Loading branch information
Hannu Pölönen authored Jul 7, 2020
2 parents f1b462e + 6e184c2 commit 95c26e0
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 95c26e0

Please sign in to comment.