We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 70fe1a6 commit 6ea6ca8Copy full SHA for 6ea6ca8
.github/actions/setup/action.yml
@@ -7,7 +7,7 @@ runs:
7
if: runner.os == 'Windows'
8
9
- run: |
10
- curl "https://pkgx.sh/Windows/x86_64.tar.gz" | tar -xz -C "$PWD\\bin"
+ curl "https://pkgx.sh/Windows/x86_64.tgz" | tar -xz -C "$PWD\\bin"
11
12
"$PWD\\bin" | Out-File -FilePath $env:GITHUB_PATH -Encoding utf8 -Append
13
x86_64.tar.gz
@@ -0,0 +1,2 @@
1
+<h1>404 Not Found</h1>
2
+<p>Go <a href='/'>home</a>.</p>
0 commit comments