From a496ccbe3e340c33c3355ad8049b166f29bb6520 Mon Sep 17 00:00:00 2001 From: tomastrajan Date: Mon, 4 Nov 2024 16:45:21 +0100 Subject: [PATCH] chore: github actions node version --- .github/workflows/release.yml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 766a3a0..f37c44b 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -1,6 +1,9 @@ name: Release on: + push: + branches: + - master create: tags: - v* @@ -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