summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorpml68 <contact@pml68.dev>2025-01-14 19:09:36 +0100
committerpml68 <contact@pml68.dev>2025-01-14 19:09:36 +0100
commit0d14fd1e33f3aa75ab69ca88e8ac9222b032147e (patch)
treeb23b60d826f53ef5e36f3f8232ee83e672d2a546
parentci: only upload artifact for `stable` build (diff)
downloadiced-builder-0d14fd1e33f3aa75ab69ca88e8ac9222b032147e.tar.gz
fix(ci): `"` -> `'`
-rw-r--r--.github/workflows/build.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml
index de9da3e..d2aa072 100644
--- a/.github/workflows/build.yml
+++ b/.github/workflows/build.yml
@@ -23,7 +23,7 @@ jobs:
- name: Build iced-builder binary
run: cargo build --verbose --release
- name: Archive iced-builder binary
- if: matrix.toolchain == "stable"
+ if: matrix.toolchain == 'stable'
uses: actions/upload-artifact@v4
with:
name: iced-builder-x86_64-unknown-linux-gnu