Skip to content

Commit

Permalink
attempt to fix CI
Browse files Browse the repository at this point in the history
  • Loading branch information
g-plane committed Feb 13, 2023
1 parent 43811e1 commit c27eabe
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ jobs:
- name: Build
run: ${{ matrix.settings.build }}
- name: Pack
if: matrix.settings.host != "windows-latest"
if: matrix.settings.host != 'windows-latest'
run: |
mkdir dist
cp ./target/release/pnpm-shell-completion dist/
Expand All @@ -63,7 +63,7 @@ jobs:
ls -l
cd ..
- name: Pack
if: matrix.settings.host == "windows-latest"
if: matrix.settings.host == 'windows-latest'
shell: pwsh
run: |
New-Item -ItemType Directory dist
Expand Down

0 comments on commit c27eabe

Please sign in to comment.