Skip to content

Commit cbf27ef

Browse files
Update build.yml
1 parent 0d553e3 commit cbf27ef

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
cp dist/*.node .
3030
cp dist/*.js .
3131
git rev-parse master > source_commit
32-
${{ matrix.os == 'windows-latest' && 'git checkout master docs/index.d.ts && mv docs/index.d.ts .' || '' }}
32+
${{ matrix.os != 'windows-latest' && 'git checkout master docs/index.d.ts && mv docs/index.d.ts .' || '' }}
3333
git status
3434
git config --global user.email "[email protected]"
3535
git config --global user.name "Alex Hultman"

0 commit comments

Comments
 (0)