Skip to content

Commit

Permalink
Added enviroment Var to release workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
Timothy Dodd committed Aug 21, 2024
1 parent e22ddb6 commit 16dee91
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,11 +54,14 @@ jobs:
asset_path: NtunlClient.zip
asset_name: NtunlClient.zip
asset_content_type: application/zip

env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
- name: Upload NtunlHost Release Asset
uses: actions/upload-release-asset@v1
with:
upload_url: ${{ steps.create_release.outputs.upload_url }}
asset_path: NtunlHost.zip
asset_name: NtunlHost.zip
asset_content_type: application/zip
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit 16dee91

Please sign in to comment.