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 8d277d1 commit e604414Copy full SHA for e604414
.github/workflows/release.yml
@@ -110,14 +110,14 @@ jobs:
110
- name: Upload binary
111
uses: actions/upload-artifact@v4
112
with:
113
- name: ${{ matrix.host }}.v${{ env.BUNDLE_VERSION }}
+ name: ${{ matrix.host }}.${{ matrix.bundle_os }}
114
path: tree-sitter-grammars*.tar.gz
115
if-no-files-found: error
116
117
- name: Pass variables
118
id: pass-vars
119
run: |
120
- echo "BIN_NAME=$${{ matrix.host }}.v${{ env.BUNDLE_VERSION }}" >> $GITHUB_OUTPUT
+ echo "BIN_NAME=$${{ matrix.host }}.${{ matrix.bundle_os }}" >> $GITHUB_OUTPUT
121
122
publish:
123
needs: build
0 commit comments