summaryrefslogtreecommitdiffstats
path: root/.github
diff options
context:
space:
mode:
authorcyqsimon <28627918+cyqsimon@users.noreply.github.com>2023-09-11 16:43:45 +0800
committercyqsimon <28627918+cyqsimon@users.noreply.github.com>2023-09-11 16:43:45 +0800
commit49f3de7cc36a3ef576c2f16651eb90af63b20e59 (patch)
treeabe4fb4867999fdc5610abcd9e253dd6743faf7d /.github
parentf5fd81be642376407525673833a14d0e40de2df4 (diff)
CD: Fix inconsistent matrix declaration
- Hopefully this is my last fuck-up
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/release.yaml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml
index afabd83..48af5a7 100644
--- a/.github/workflows/release.yaml
+++ b/.github/workflows/release.yaml
@@ -62,7 +62,7 @@ jobs:
- build: macos-x64
os: macos-latest
target: x86_64-apple-darwin
- - build: win-x64-msvc
+ - build: windows-x64-msvc
os: windows-latest
target: x86_64-pc-windows-msvc