Skip to content

Commit

Permalink
Making changes to release asset yml, passing php version
Browse files Browse the repository at this point in the history
  • Loading branch information
khushboo-singhvi committed Sep 16, 2024
1 parent 320d588 commit 4cec0ee
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/scripts/prepare-release-asset.sh
Original file line number Diff line number Diff line change
Expand Up @@ -19,13 +19,13 @@ composer install --no-dev --working-dir=./AdyenPaymentShopware6
cp adyen-shopware6/composer.json AdyenPaymentShopware6/.

# Zip the plugin directory
zip -r AdyenPaymentShopware6.zip AdyenPaymentShopware6/ ;
zip -r AdyenPaymentShopware6.zip AdyenPaymentShopware6/

# Cleanup the zip installation
zip -d AdyenPaymentShopware6.zip __MACOSX/\* ; zip -d AdyenPaymentShopware6.zip *.git*

# Move the zip file to plugin folder
mv AdyenPaymentShopware6.zip adyen-shopware6
# Move the zip file to plugin folder (use absolute path to avoid issues)
mv AdyenPaymentShopware6.zip adyen-shopware6/AdyenPaymentShopware6.zip

# Go back to workflow's root directory
cd adyen-shopware6

0 comments on commit 4cec0ee

Please sign in to comment.