-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
792fda4
commit 6cc6a50
Showing
1 changed file
with
4 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -14,17 +14,17 @@ jobs: | |
- uses: actions/setup-node@v4 | ||
with: | ||
node-version: '20.x' | ||
- name: Install snapcraft | ||
run: sudo snap install snapcraft --classic | ||
if: ${{ matrix.os == 'ubuntu-latest'}} | ||
- name: Install dependencies | ||
run: yarn --immutable --check-cache | ||
- name: Run build | ||
run: yarn build | ||
- name: Install snapcraft | ||
run: sudo snap install snapcraft --classic | ||
if: ${{ matrix.os == 'ubuntu-latest'}} | ||
- name: Build Electron app | ||
run: | | ||
cd ./packages/desktop | ||
yarn electron-builder | ||
yarn electron-builder --publish never | ||
- name: Upload files | ||
uses: AButler/[email protected] | ||
with: | ||
|