Skip to content

Commit

Permalink
Auto publish fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
undyingwraith committed Jan 20, 2025
1 parent 792fda4 commit 6cc6a50
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit 6cc6a50

Please sign in to comment.