Skip to content

Commit

Permalink
fix dist path
Browse files Browse the repository at this point in the history
  • Loading branch information
eroshenkoam committed Apr 8, 2020
1 parent 205b18c commit 485b53d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with:
upload_url: ${{ github.event.release.upload_url }}
asset_path: ./build/distribution/allure-pdf-${{ steps.meta.outputs.VERSION }}.zip
asset_path: ./build/distributions/allure-pdf-${{ steps.meta.outputs.VERSION }}.zip
asset_name: allure-pdf-${{ steps.meta.outputs.VERSION }}.zip
asset_content_type: application/octet-stream
- name: "Upload Tar"
Expand All @@ -33,7 +33,7 @@ jobs:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with:
upload_url: ${{ github.event.release.upload_url }}
asset_path: ./build/distribution/allure-pdf-${{ steps.meta.outputs.VERSION }}.tar
asset_path: ./build/distributions/allure-pdf-${{ steps.meta.outputs.VERSION }}.tar
asset_name: allure-pdf-${{ steps.meta.outputs.VERSION }}.tar
asset_content_type: application/octet-stream
- name: "Build Native Image"
Expand Down

0 comments on commit 485b53d

Please sign in to comment.