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 8ce7ab8 commit a496ccb
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
name: Release

on:
push:
branches:
- master
create:
tags:
- v*
Expand All @@ -22,7 +25,7 @@ jobs:
- name: Build
run: |
npm run build
nexe dist/index.js -t linux-x64 -o dist/omniboard-linux-x64
nexe dist/index.js --build -t linux-x64-20.18.0 -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 a496ccb

Please sign in to comment.