Skip to content

Commit d4bac87

Browse files
committed
fix: R2 artifact upload
1 parent abef702 commit d4bac87

File tree

2 files changed

+26
-4
lines changed

2 files changed

+26
-4
lines changed

.github/workflows/release.yml

Lines changed: 14 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -26,8 +26,8 @@ jobs:
2626
os: macos-latest
2727
- target: aarch64-apple-darwin
2828
os: macos-latest
29-
# - target: x86_64-pc-windows-msvc
30-
# os: windows-latest
29+
- target: x86_64-pc-windows-msvc
30+
os: windows-latest
3131
runs-on: ${{ matrix.os }}
3232
steps:
3333
- uses: actions/checkout@v4
@@ -109,8 +109,19 @@ jobs:
109109
110110
# Shell (macOS / Linux)
111111
curl -sSf https://pq.eorlov.org/install.sh | bash
112+
```
113+
114+
```powershell
115+
# PowerShell (Windows)
116+
irm https://pq.eorlov.org/install.ps1 | iex
112117
113-
# Cargo
118+
# Scoop (Windows)
119+
scoop bucket add pq https://github.com/OrlovEvgeny/scoop-pq
120+
scoop install pq
121+
```
122+
123+
```bash
124+
# Cargo (all platforms)
114125
cargo install pq-parquet
115126
116127
# Pre-built binary (no compile)

README.md

Lines changed: 12 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,8 +52,19 @@ brew install OrlovEvgeny/pq/pq
5252

5353
# Shell (macOS / Linux)
5454
curl -sSf https://pq.eorlov.org/install.sh | bash
55+
```
56+
57+
```powershell
58+
# PowerShell (Windows)
59+
irm https://pq.eorlov.org/install.ps1 | iex
5560
56-
# Cargo
61+
# Scoop (Windows)
62+
scoop bucket add pq https://github.com/OrlovEvgeny/scoop-pq
63+
scoop install pq
64+
```
65+
66+
```bash
67+
# Cargo (all platforms)
5768
cargo install pq-parquet
5869

5970
# Pre-built binary (no compile)

0 commit comments

Comments
 (0)