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 17, 2024
1 parent 9fbc537 commit 1567986
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/scripts/prepare-release-asset.sh
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ zip -r AdyenPaymentShopware6.zip AdyenPaymentShopware6/
zip -d AdyenPaymentShopware6.zip __MACOSX/\* ; zip -d AdyenPaymentShopware6.zip *.git*

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

# Go back to workflow's root directory
cd adyen-shopware6
2 changes: 1 addition & 1 deletion .github/workflows/upload-release-asset.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
- name: Setup PHP
uses: shivammathur/setup-php@v2
with:
php-version: '8.2' # Use 8.3 if preferred
php-version: '8.2+'

- name: Make script executable
run: chmod +x .github/workflows/scripts/prepare-release-asset.sh
Expand Down

0 comments on commit 1567986

Please sign in to comment.