Skip to content

Commit c7fccc0

Browse files
committed
wildcard on platforms
1 parent e803749 commit c7fccc0

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/release.yaml

+3-3
Original file line numberDiff line numberDiff line change
@@ -128,9 +128,9 @@ jobs:
128128
name: sqlite-http
129129
github-token: ${{ secrets.GITHUB_TOKEN }}
130130
platforms: |
131-
linux-x86_64: sqlite-http-linux_x86
132-
macos-x86_64: sqlite-http-macos
133-
windows-x86_64: sqlite-http-windows
131+
linux-x86_64: sqlite-http-linux_x86/*
132+
macos-x86_64: sqlite-http-macos/*
133+
windows-x86_64: sqlite-http-windows/*
134134
upload-deno:
135135
name: Upload Deno release assets
136136
needs:

0 commit comments

Comments
 (0)