Skip to content

Commit

Permalink
write output url
Browse files Browse the repository at this point in the history
  • Loading branch information
ianjennings authored Oct 1, 2024
1 parent 48ded14 commit b38aaf1
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/testdriver.yml
Original file line number Diff line number Diff line change
Expand Up @@ -105,6 +105,8 @@ jobs:
mkdir -p download
Write-Host "${{needs.build_and_upload.outputs.artifact-url}}"
Invoke-WebRequest -Uri "${{needs.build_and_upload.outputs.artifact-url}}" `
-Headers $headers `
-OutFile "./download/waveterm.exe" `
Expand Down

0 comments on commit b38aaf1

Please sign in to comment.