Skip to content

Commit

Permalink
testing again
Browse files Browse the repository at this point in the history
  • Loading branch information
manuelernestog committed Feb 12, 2024
1 parent 3b9f03b commit c06f4bd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,12 +27,12 @@ jobs:
npm install --global yarn
yarn --version
yarn install
env:
GH_TOKEN: ${{ secrets.GH_TOKEN }}
- name: build-linux
if: matrix.os == 'ubuntu-latest'
run: yarn run electron:build
env:
GH_TOKEN: ${{ secrets.GH_TOKEN }}

- name: build-mac
if: matrix.os == 'macos-latest'
Expand Down

0 comments on commit c06f4bd

Please sign in to comment.