We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a496ccb commit 28adf8bCopy full SHA for 28adf8b
.github/workflows/release.yml
@@ -25,7 +25,7 @@ jobs:
25
- name: Build
26
run: |
27
npm run build
28
- 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
29
cd dist
30
tar cvzf omniboard-linux-x64.tar.gz omniboard-linux-x64
31
- name: Prepare Changelog
0 commit comments