Skip to content

Commit

Permalink
try to use the upload artifact action for uploading release asset
Browse files Browse the repository at this point in the history
  • Loading branch information
sushmita committed May 15, 2024
1 parent bd2136a commit d0ec4d2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/upload-release-asset.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,11 +37,11 @@ jobs:
- name: Marketplace Release Artifacts
id: marketplace-release-Artifact
uses: actions/upload-release-asset@v1
uses: actions/upload-artifact@v4
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with:
upload_url: ${{ steps.get-release-upload-url.outputs.upload_url }}
asset_path: ./AdyenPaymentShopware6.zip
asset_name: AdyenPaymentShopware6.zip
asset_content_type: application/zip
asset_content_type: application/zip

0 comments on commit d0ec4d2

Please sign in to comment.