Skip to content

Commit

Permalink
typo fix in CI
Browse files Browse the repository at this point in the history
  • Loading branch information
fredemmott committed Feb 12, 2021
1 parent c397c2f commit ce1e9ed
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit ce1e9ed

Please sign in to comment.