diff --git a/.github/workflows/upload-release-asset.yml b/.github/workflows/upload-release-asset.yml index ab34abc4..eb8f3cdd 100644 --- a/.github/workflows/upload-release-asset.yml +++ b/.github/workflows/upload-release-asset.yml @@ -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