We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0d553e3 commit cbf27efCopy full SHA for cbf27ef
.github/workflows/build.yml
@@ -29,7 +29,7 @@ jobs:
29
cp dist/*.node .
30
cp dist/*.js .
31
git rev-parse master > source_commit
32
- ${{ matrix.os == 'windows-latest' && 'git checkout master docs/index.d.ts && mv docs/index.d.ts .' || '' }}
+ ${{ matrix.os != 'windows-latest' && 'git checkout master docs/index.d.ts && mv docs/index.d.ts .' || '' }}
33
git status
34
git config --global user.email "[email protected]"
35
git config --global user.name "Alex Hultman"
0 commit comments