Skip to content

Commit

Permalink
Try fix envs
Browse files Browse the repository at this point in the history
  • Loading branch information
erikmafo committed Dec 1, 2020
1 parent ba992c1 commit c83174e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -97,6 +97,6 @@ jobs:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with:
upload_url: ${{ needs.release.outputs.upload_url }}
asset_path: $ASSET_PATH
asset_name: $ASSET_NAME
asset_path: ${{ env.ASSET_PATH }}
asset_name: ${{ env.ASSET_NAME }}
asset_content_type: application/octet-stream

0 comments on commit c83174e

Please sign in to comment.