Skip to content

Commit 19640ef

Browse files
committed
Update JSON Job
1 parent 78f41a2 commit 19640ef

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@ jobs:
8484
shell: powershell
8585
run: |
8686
# Download the latest.json that was just uploaded
87-
Invoke-WebRequest -Uri "https://github.com/flick9000/winscript/releases/download/${{ github.ref_name }}/latest.json" -OutFile "latest.json"
87+
gh release download "${{ github.ref_name }}" -p "latest.json"
8888
8989
# Read the content of the file
9090
$content = Get-Content -Path "latest.json" -Raw

0 commit comments

Comments
 (0)