Skip to content

Commit

Permalink
try latest action
Browse files Browse the repository at this point in the history
  • Loading branch information
sushmita committed May 16, 2024
1 parent 854293c commit ef522e1
Showing 1 changed file with 8 additions and 12 deletions.
20 changes: 8 additions & 12 deletions .github/workflows/upload-release-asset.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,16 +37,12 @@ jobs:
- name: Marketplace Release Artifacts
id: marketplace-release-Artifact
uses: softprops/action-gh-release@v2
if: always()
uses: tanyagray/[email protected]
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with:
files: AdyenPaymentShopware6.zip
# env:
# GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
# with:
## path: AdyenPaymentShopware6.zip
## name: AdyenPaymentShopware6
# upload_url: ${{ steps.get-release-upload-url.outputs.upload_url }}
# asset_path: ./AdyenPaymentShopware6.zip
# asset_name: AdyenPaymentShopware6.zip
# asset_content_type: application/zip
upload_url: ${{ steps.get-release-upload-url.outputs.upload_url }}
asset_path: ./AdyenPaymentShopware6.zip
asset_name: AdyenPaymentShopware6.zip
asset_content_type: application/zip

0 comments on commit ef522e1

Please sign in to comment.