mirror of
https://github.com/IrosTheBeggar/mStream.git
synced 2025-10-27 07:31:02 +00:00
update actions
This commit is contained in:
parent
5e58480c71
commit
bbfec41115
4
.github/workflows/build.yml
vendored
4
.github/workflows/build.yml
vendored
@ -7,7 +7,7 @@ jobs:
|
||||
|
||||
strategy:
|
||||
matrix:
|
||||
os: [macos-latest, windows-latest]
|
||||
os: [macos-latest, ubuntu-latest, windows-latest]
|
||||
|
||||
steps:
|
||||
- name: Check out Git repository
|
||||
@ -19,7 +19,7 @@ jobs:
|
||||
node-version: 14
|
||||
|
||||
- name: Build/release Electron app
|
||||
uses: samuelmeuli/action-electron-builder@v1
|
||||
uses: samuelmeuli/action-electron-builder@v1.6.0
|
||||
with:
|
||||
# GitHub token, automatically provided to the action
|
||||
# (No need to define this secret in the repo settings)
|
||||
|
||||
@ -22,11 +22,6 @@ console.log(`
|
||||
|_| |_| |_|____/ \\__|_| \\___|\\__,_|_| |_| |_|`);
|
||||
console.log(`v${program.version()}`);
|
||||
console.log();
|
||||
console.log('v5 Breaking Changes:');
|
||||
console.log('-- Config files from v4 will not work');
|
||||
console.log('-- The Android App does not work with v5 (for now)');
|
||||
console.log('-- You can no longer boot mStream with CLI flags');
|
||||
console.log();
|
||||
console.log('Check out our Discord server:');
|
||||
console.log('https://discord.gg/AM896Rr');
|
||||
console.log();
|
||||
|
||||
Loading…
Reference in New Issue
Block a user