We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4eb4989 commit 9cfc070Copy full SHA for 9cfc070
.github/workflows/release.yml
@@ -76,6 +76,7 @@ jobs:
76
77
- run: script/inspect-binaries
78
continue-on-error: true
79
+
80
- run: script/test
81
if: ${{ !matrix.target }}
82
continue-on-error: ${{ runner.os == 'Windows' }}
@@ -89,6 +90,7 @@ jobs:
89
90
bundle_version=$(script/bundle-version)
91
bundle_version=${bundle_version//$'\n'/}
92
echo BUNDLE_VERSION=$bundle_version >> $GITHUB_ENV
93
94
- name: Determine version
95
if: runner.os == 'Windows'
96
run: |
@@ -99,6 +101,7 @@ jobs:
99
101
if: matrix.target
100
102
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
105
- name: Make a target-explicit copy of native compilation's binary
106
if: ${{ !matrix.target && matrix.host }}
107
shell: bash
0 commit comments