Skip to content

Commit

Permalink
NTR: test create plugin
Browse files Browse the repository at this point in the history
  • Loading branch information
Vitalij Mik committed Sep 19, 2024
1 parent 43a4348 commit 99ddeaa
Showing 1 changed file with 11 additions and 1 deletion.
12 changes: 11 additions & 1 deletion .github/actions/build-plugin/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,9 +37,19 @@ runs:
run: |
docker cp shop:/var/www/html/custom/plugins/.build/MollieShopware.zip ~/.build/MollieShopware.zip
- name: Extract ZIP file for artifact
shell: bash
run: |
unzip ~/.build/MollieShopware.zip -d ~/.build/MollieShopware
- name: Store ZIP file in Github
uses: actions/upload-artifact@v4
with:
name: MollieShopware-Shopware-${{ inputs.shopware }}
retention-days: 4
path: ~/.build
path: ~/.build/MollieShopware

- name: Delete TMP files
shell: bash
run: |
rm -rf ~/.build/MollieShopware

0 comments on commit 99ddeaa

Please sign in to comment.