We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 78f41a2 commit 19640efCopy full SHA for 19640ef
.github/workflows/publish.yml
@@ -84,7 +84,7 @@ jobs:
84
shell: powershell
85
run: |
86
# 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"
+ gh release download "${{ github.ref_name }}" -p "latest.json"
88
89
# Read the content of the file
90
$content = Get-Content -Path "latest.json" -Raw
0 commit comments