Skip to content

Commit

Permalink
Update appveyor.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
guibranco authored Oct 11, 2023
1 parent 55d5f13 commit 2623416
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,10 +40,10 @@ build_script:
- npm publish
- cd ..
- cmd: nuget pack BancosBrasileiros.nuspec -Version %APPVEYOR_BUILD_VERSION%
- releaseNotesUrl=$(curl -L https://api.github.com/repos/guibranco/bancosbrasileiros/actions/artifacts?name=releaseNotesFile | jq -r '.artifacts[0].archive_download_url')
- curl -L $releaseNotesUrl --header 'Authorization: Bearer %GITHUB_TOKEN%' > releaseNotes.zip
- cmd: $releaseNotesUrl=$(curl -L https://api.github.com/repos/guibranco/bancosbrasileiros/actions/artifacts?name=releaseNotesFile | jq -r '.artifacts[0].archive_download_url')
- cmd: curl -L $releaseNotesUrl --header 'Authorization: Bearer %GITHUB_TOKEN%' > releaseNotes.zip
- 7z x releaseNotes.zip -o .
- release_notes=$(release-notes.md)
- cmd: $release_notes=$(cat release-notes.md)

artifacts:
- path: '**\*nupkg'
Expand Down

0 comments on commit 2623416

Please sign in to comment.