Skip to content

Commit 6ea6ca8

Browse files
committed
wip
1 parent 70fe1a6 commit 6ea6ca8

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

.github/actions/setup/action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ runs:
77
if: runner.os == 'Windows'
88

99
- run: |
10-
curl "https://pkgx.sh/Windows/x86_64.tar.gz" | tar -xz -C "$PWD\\bin"
10+
curl "https://pkgx.sh/Windows/x86_64.tgz" | tar -xz -C "$PWD\\bin"
1111
1212
"$PWD\\bin" | Out-File -FilePath $env:GITHUB_PATH -Encoding utf8 -Append
1313

x86_64.tar.gz

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
<h1>404 Not Found</h1>
2+
<p>Go <a href='/'>home</a>.</p>

0 commit comments

Comments
 (0)