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
khushboo-singhvi committed Sep 16, 2024
1 parent d9baf98 commit bf59c9d
Showing 1 changed file with 11 additions and 5 deletions.
16 changes: 11 additions & 5 deletions .github/workflows/upload-release-asset.yml
Original file line number Diff line number Diff line change
@@ -21,8 +21,14 @@ jobs:
- name: Prepare release artifact
run: .github/workflows/scripts/prepare-release-asset.sh

- name: Upload asset
env:
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
run: |
gh release upload ${{ github.ref_name }} AdyenPaymentShopware6.zip --clobber
- name: Upload artifact
uses: actions/upload-artifact@v3
with:
name: AdyenPaymentShopware6
path: adyen-shopware6/AdyenPaymentShopware6.zip

# - name: Upload asset
# env:
# GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
# run: |
# gh release upload ${{ github.ref_name }} AdyenPaymentShopware6.zip --clobber

0 comments on commit bf59c9d

Please sign in to comment.