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 76
76
77
77
- run : script/inspect-binaries
78
78
continue-on-error : true
79
+
79
80
- run : script/test
80
81
if : ${{ !matrix.target }}
81
82
continue-on-error : ${{ runner.os == 'Windows' }}
89
90
bundle_version=$(script/bundle-version)
90
91
bundle_version=${bundle_version//$'\n'/}
91
92
echo BUNDLE_VERSION=$bundle_version >> $GITHUB_ENV
93
+
92
94
- name : Determine version
93
95
if : runner.os == 'Windows'
94
96
run : |
99
101
if : matrix.target
100
102
run : |
101
103
mv tree-sitter-grammars-${{ matrix.bundle_os }}-${{ env.BUNDLE_VERSION }}.tar.gz tree-sitter-grammars.${{ matrix.target }}.v${{ env.BUNDLE_VERSION }}.tar.gz
104
+
102
105
- name : Make a target-explicit copy of native compilation's binary
103
106
if : ${{ !matrix.target && matrix.host }}
104
107
shell : bash
You can’t perform that action at this time.
0 commit comments