File tree Expand file tree Collapse file tree 1 file changed +3
-0
lines changed Expand file tree Collapse file tree 1 file changed +3
-0
lines changed Original file line number Diff line number Diff line change 7676
7777 - run : script/inspect-binaries
7878 continue-on-error : true
79+
7980 - run : script/test
8081 if : ${{ !matrix.target }}
8182 continue-on-error : ${{ runner.os == 'Windows' }}
8990 bundle_version=$(script/bundle-version)
9091 bundle_version=${bundle_version//$'\n'/}
9192 echo BUNDLE_VERSION=$bundle_version >> $GITHUB_ENV
93+
9294 - name : Determine version
9395 if : runner.os == 'Windows'
9496 run : |
99101 if : matrix.target
100102 run : |
101103 mv tree-sitter-grammars-${{ matrix.bundle_os }}-${{ env.BUNDLE_VERSION }}.tar.gz tree-sitter-grammars.${{ matrix.target }}.v${{ env.BUNDLE_VERSION }}.tar.gz
104+
102105 - name : Make a target-explicit copy of native compilation's binary
103106 if : ${{ !matrix.target && matrix.host }}
104107 shell : bash
You can’t perform that action at this time.
0 commit comments