Skip to content

Commit c3f3213

Browse files
committed
Stop tracking generated build artifacts
1 parent 939356a commit c3f3213

2 files changed

Lines changed: 2 additions & 0 deletions

File tree

.github/workflows/publish.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@ jobs:
2323
node-version: 24.13.0
2424
cache: 'npm'
2525

26+
2627
- name: Get Package Version
2728
id: package-version
2829
run: node -p "'version='+require('./package').version" >> $GITHUB_OUTPUT

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,3 +9,4 @@ bin-*/
99
src/build/
1010
src/libuiohook/
1111
*.log
12+
*.tgz

0 commit comments

Comments
 (0)