Skip to content

Commit

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

0 comments on commit 48ded14

Please sign in to comment.