Skip to content

Commit

Permalink
Update Nightly.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
nikich340 authored May 27, 2022
1 parent 8acfbe2 commit 8a9c6a7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/Nightly.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,8 +44,8 @@ jobs:
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} # automatically provided by github actions
with:
upload_url: https://uploads.github.com/repos/WolvenKit/WolvenKit-7/releases/66231466/assets{?name,label} # find out this value by opening https://api.github.com/repos/<owner>/<repo>/releases in your browser and copy the full "upload_url" value including the {?name,label} part
release_id: 66231466
upload_url: https://uploads.github.com/repos/WolvenKit/WolvenKit-7/releases/68038231/assets{?name,label} # find out this value by opening https://api.github.com/repos/<owner>/<repo>/releases in your browser and copy the full "upload_url" value including the {?name,label} part
release_id: 68038231
asset_path: WolvenKit/bin/WolvenKit.zip
asset_name: WolvenKit-Nightly-$$.zip # name to upload the release as, use $$ to insert date (YYYYMMDD) and 6 letter commit hash
asset_content_type: application/zip # required by GitHub API
Expand Down

0 comments on commit 8a9c6a7

Please sign in to comment.