Skip to content

Commit

Permalink
fix: build.yml modified
Browse files Browse the repository at this point in the history
  • Loading branch information
sauravhiremath committed May 1, 2020
1 parent d17b167 commit 35151c0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ jobs:
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with:
upload_url: ${{ steps.version_check.outputs.upload_url }}
upload_url: ${{ steps.create_release.outputs.upload_url }}
asset_path: ./juno-node-linux-${{ steps.version_check.outputs.releaseVersion }}.zip
asset_name: juno-node-linux-${{ steps.version_check.outputs.releaseVersion }}.zip
asset_content_type: application/zip
Expand Down Expand Up @@ -95,7 +95,7 @@ jobs:
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with:
upload_url: ${{ steps.version_check.outputs.upload_url }}
upload_url: ${{ steps.create_release.outputs.upload_url }}
asset_path: ./juno-node-linux-${{ steps.version_check.outputs.releaseVersion }}-beta.zip
asset_name: juno-node-linux-${{ steps.version_check.outputs.releaseVersion }}-beta.zip
asset_content_type: application/zip

0 comments on commit 35151c0

Please sign in to comment.