Skip to content

Commit 1cd2cc3

Browse files
authored
Remove protoc binary that was mistakingly committed (#1670)
* Remove protoc binary that was mistakingly committed * Add changeset
1 parent 4b36942 commit 1cd2cc3

File tree

4 files changed

+10
-0
lines changed

4 files changed

+10
-0
lines changed
Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
---
2+
"@stlite/browser": patch
3+
"@stlite/desktop": patch
4+
---
5+
6+
Fix release workflow

β€Ž.github/workflows/test-build.ymlβ€Ž

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -77,6 +77,7 @@ jobs:
7777
- uses: ./.github/actions/init-all
7878
with:
7979
node-version-file: ".nvmrc"
80+
protoc: false
8081

8182
- name: Generate a token
8283
id: generate-token

β€Ž.gitignoreβ€Ž

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -304,3 +304,6 @@ tags
304304

305305
# Build state files
306306
.make/
307+
308+
# Files generated in CI
309+
protoc-*-linux-x86_64.zip
-1.63 MB
Binary file not shown.

0 commit comments

Comments
Β (0)