fix(release): Fix FreeBSD release (#1393)

This commit is contained in:
Gideon
2025-11-01 11:25:02 +01:00
committed by GitHub
parent e9d430a4e4
commit b57ceccbe1

View File

@@ -201,7 +201,7 @@ jobs:
# could not execute process `/target/x86_64-unknown-freebsd/debug/deps/topgrade-9b1670d87ca863dd` (never executed)
# Caused by:
# No such file or directory (os error 2)
if: ${{ matrix.target != "x86_64-unknown-freebsd" }}
if: ${{ matrix.target != 'x86_64-unknown-freebsd' }}
# Used `https://github.com/BurntSushi/ripgrep/blob/master/.github/workflows/release.yml`
# as a reference.