Skip to content

Commit

Permalink
chore: github actions node version
Browse files Browse the repository at this point in the history
  • Loading branch information
tomastrajan committed Nov 4, 2024
1 parent a496ccb commit 28adf8b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
- name: Build
run: |
npm run build
nexe dist/index.js --build -t linux-x64-20.18.0 -o dist/omniboard-linux-x64
nexe dist/index.js --build -t linux-x64 -o dist/omniboard-linux-x64
cd dist
tar cvzf omniboard-linux-x64.tar.gz omniboard-linux-x64
- name: Prepare Changelog
Expand Down

0 comments on commit 28adf8b

Please sign in to comment.