From ce1e9ed0d49bfe2a48743b4c94727d622caabeba Mon Sep 17 00:00:00 2001 From: Fred Emmott Date: Fri, 12 Feb 2021 14:02:36 -0600 Subject: [PATCH] typo fix in CI --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index d5ded13..eddb727 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -99,7 +99,7 @@ jobs: artifacts/Windows-${{matrix.build-type}}/sdmicmute.exe \ com.fredemmott.micmutetoggle.sdPlugin/sdmicmute.exe PDB_SRC=artifacts/Windows-${{matrix.build-type}}/sdmicmute.pdb - if [ -e $PDB_SRC]; then + if [ -e $PDB_SRC ]; then install -m755 \ ${PDB_SRC} \ com.fredemmott.micmutetoggle.sdPlugin/sdmicmute.pdb