Skip to content

Commit

Permalink
expand env variables in GH actions right
Browse files Browse the repository at this point in the history
  • Loading branch information
mammo0 committed Feb 19, 2020
1 parent f3c17ac commit 37e67c1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release_workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,6 @@ jobs:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with:
upload_url: ${{ steps.create_release.outputs.upload_url }}
asset_path: ./$RELEASE_ZIP
asset_name: $RELEASE_ZIP
asset_path: ./${{ env.RELEASE_ZIP }}
asset_name: ${{ env.RELEASE_ZIP }}
asset_content_type: application/zip

0 comments on commit 37e67c1

Please sign in to comment.