Skip to content

Commit

Permalink
fix: update
Browse files Browse the repository at this point in the history
Signed-off-by: Junjie Gao <[email protected]>
  • Loading branch information
JeyJeyGao committed Nov 24, 2023
1 parent 1d90ef9 commit 47de3a9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -136,7 +136,7 @@ jobs:
bash -c 'nohup python3 ./.github/e2e/download-server/download-server.py &'
$Url = "http://localhost:8000/notation-azure-kv_0.0.1_windows_amd64.zip"
$Output = "C:\Downloads\sample.zip"
$Output = "C:\sample.zip"
Invoke-WebRequest -Uri $Url -OutFile $Output
ls $Output
Expand Down

0 comments on commit 47de3a9

Please sign in to comment.