Skip to content

Commit

Permalink
testing agaiiiin
Browse files Browse the repository at this point in the history
  • Loading branch information
manuelernestog committed Feb 12, 2024
1 parent 72f3120 commit dea581e
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,10 +37,14 @@ jobs:
- name: build-mac
if: matrix.os == 'macos-latest'
run: yarn run electron:build
env:
GH_TOKEN: ${{ secrets.GH_TOKEN }}

- name: build-win
if: matrix.os == 'windows-latest'
run: yarn run electron:build
env:
GH_TOKEN: ${{ secrets.GH_TOKEN }}

- name: release
uses: softprops/action-gh-release@v1
Expand Down

0 comments on commit dea581e

Please sign in to comment.