Skip to content

Commit 28adf8b

Browse files
committed
chore: github actions node version
1 parent a496ccb commit 28adf8b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
- name: Build
2626
run: |
2727
npm run build
28-
nexe dist/index.js --build -t linux-x64-20.18.0 -o dist/omniboard-linux-x64
28+
nexe dist/index.js --build -t linux-x64 -o dist/omniboard-linux-x64
2929
cd dist
3030
tar cvzf omniboard-linux-x64.tar.gz omniboard-linux-x64
3131
- name: Prepare Changelog

0 commit comments

Comments
 (0)