Skip to content
This repository has been archived by the owner on Oct 12, 2023. It is now read-only.

Commit

Permalink
we don't need these
Browse files Browse the repository at this point in the history
  • Loading branch information
ZudoB committed Oct 12, 2023
1 parent 804643c commit e2f7291
Showing 1 changed file with 0 additions and 13 deletions.
13 changes: 0 additions & 13 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,6 @@ name: Build and release

on: push

env:
SNAPCRAFT_BUILD_ENVIRONMENT: host

jobs:
release:
runs-on: ${{ matrix.os }}
Expand All @@ -14,10 +11,6 @@ jobs:
os: [ macos-latest, ubuntu-latest, windows-latest ]

steps:
- name: Install rpmbuild
if: startsWith(matrix.os, 'ubuntu')
run: sudo apt install rpm

- name: Check out repo
uses: actions/checkout@v1

Expand All @@ -26,12 +19,6 @@ jobs:
with:
node-version: 10

- name: Install Snapcraft
uses: samuelmeuli/action-snapcraft@v1
if: startsWith(matrix.os, 'ubuntu')
with:
snapcraft_token: ${{ secrets.snapcraft_token }}

- name: Build and release
uses: samuelmeuli/action-electron-builder@v1
with:
Expand Down

0 comments on commit e2f7291

Please sign in to comment.