Skip to content

Commit

Permalink
update input variable
Browse files Browse the repository at this point in the history
  • Loading branch information
sushmita committed May 16, 2024
1 parent c4b66af commit 9d8a438
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions .github/workflows/upload-release-asset.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,8 +41,9 @@ jobs:
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_paths: '["./AdyenPaymentShopware6.zip"]'

# upload_url: ${{ steps.get-release-upload-url.outputs.upload_url }}
# asset_name: AdyenPaymentShopware6.zip
# asset_content_type: application/zip

0 comments on commit 9d8a438

Please sign in to comment.