Skip to content

Commit

Permalink
add relative path to asset_path
Browse files Browse the repository at this point in the history
  • Loading branch information
wildone committed Dec 6, 2019
1 parent 518a1bf commit 34aab0d
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,7 @@ jobs:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with:
upload_url: ${{ steps.create_release.outputs.upload_url }}
asset_path: aemdesign-aem-core-deploy/target/aemdesign-aem-core-deploy-${GITHUB_TAG}.zip
asset_path: ./aemdesign-aem-core-deploy/target/aemdesign-aem-core-deploy-${GITHUB_TAG}.zip
asset_name: aemdesign-aem-core-deploy-${GITHUB_TAG}.zip
asset_content_type: application/zip

Expand All @@ -124,7 +124,7 @@ jobs:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with:
upload_url: ${{ steps.create_release.outputs.upload_url }}
asset_path: aemdesign-aem-services/target/aemdesign-aem-services-${GITHUB_TAG}.zip
asset_path: ./aemdesign-aem-services/target/aemdesign-aem-services-${GITHUB_TAG}.zip
asset_name: aemdesign-aem-services-${GITHUB_TAG}.zip
asset_content_type: application/zip

Expand All @@ -135,7 +135,7 @@ jobs:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with:
upload_url: ${{ steps.create_release.outputs.upload_url }}
asset_path: aemdesign-aem-author/target/aemdesign-aem-author-${GITHUB_TAG}.zip
asset_path: ./aemdesign-aem-author/target/aemdesign-aem-author-${GITHUB_TAG}.zip
asset_name: aemdesign-aem-author-${GITHUB_TAG}.zip
asset_content_type: application/zip

Expand All @@ -146,7 +146,7 @@ jobs:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with:
upload_url: ${{ steps.create_release.outputs.upload_url }}
asset_path: aemdesign-aem-common/target/aemdesign-aem-common-${GITHUB_TAG}.zip
asset_path: ./aemdesign-aem-common/target/aemdesign-aem-common-${GITHUB_TAG}.zip
asset_name: aemdesign-aem-common-${GITHUB_TAG}.zip
asset_content_type: application/zip

Expand Down

0 comments on commit 34aab0d

Please sign in to comment.