Skip to content

Commit

Permalink
Development
Browse files Browse the repository at this point in the history
  • Loading branch information
michielgerritsen committed Dec 9, 2024
1 parent baf0c38 commit 356ada8
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 3 deletions.
14 changes: 11 additions & 3 deletions .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -169,6 +169,14 @@ jobs:
uses: actions/upload-artifact@v4
with:
path: |
magento-${{ matrix.MAGENTO_VERSION }}.zip
magento-${{ matrix.MAGENTO_VERSION }}-with-db.zip
magento-${{ matrix.MAGENTO_VERSION }}-with-sampledata.zip
magento-${{ matrix.MAGENTO_VERSION }}-php-${{ matrix.PHP_VERSION }}.zip
magento-${{ matrix.MAGENTO_VERSION }}-php-${{ matrix.PHP_VERSION }}-with-db.zip
magento-${{ matrix.MAGENTO_VERSION }}-php-${{ matrix.PHP_VERSION }}-with-sampledata.zip
- name: Release
uses: softprops/action-gh-release@v2
with:
files: |
magento-${{ matrix.MAGENTO_VERSION }}-php-${{ matrix.PHP_VERSION }}.zip
magento-${{ matrix.MAGENTO_VERSION }}-php-${{ matrix.PHP_VERSION }}-with-db.zip
magento-${{ matrix.MAGENTO_VERSION }}-php-${{ matrix.PHP_VERSION }}-with-sampledata.zip
1 change: 1 addition & 0 deletions ddev-base/enabled_plugins
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
[rabbitmq_management, rabbitmq_management_visualiser].

0 comments on commit 356ada8

Please sign in to comment.