Skip to content

Commit

Permalink
Release v2.0.0-alpha2
Browse files Browse the repository at this point in the history
  • Loading branch information
sifex committed Jul 28, 2024
1 parent fb2ad06 commit c3af4f0
Showing 1 changed file with 12 additions and 1 deletion.
13 changes: 12 additions & 1 deletion .github/workflows/compile_rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,4 +57,15 @@ jobs:
dist/*.dmg
dist/*.exe
dist/*.zip
if-no-files-found: error
if-no-files-found: error

- name: Build/release Electron app
uses: samuelmeuli/action-electron-builder@v1
with:
# GitHub token, automatically provided to the action
# (No need to define this secret in the repo settings)
github_token: ${{ secrets.github_token }}

# If the commit is tagged with a version (e.g. "v1.0.0"),
# release the app after building
release: ${{ startsWith(github.ref, 'refs/tags/v') }}

0 comments on commit c3af4f0

Please sign in to comment.