Skip to content

Commit

Permalink
Update electron-release.yml (#570)
Browse files Browse the repository at this point in the history
* Update electron-release.yml

* [pre-commit.ci] auto fixes from pre-commit.com hooks

for more information, see https://pre-commit.ci

* Update electron-release.yml

---------

Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
  • Loading branch information
theosanderson and pre-commit-ci[bot] authored Jan 3, 2024
1 parent 8296f87 commit 3d8fd6f
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .github/workflows/electron-release.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
name: Electron build/release

on:
workflow_dispatch:
release:
types:
- created
Expand Down Expand Up @@ -35,6 +36,12 @@ jobs:
runs-on: macos-latest

steps:
# Install Python 2.7 or a compatible version for node-gyp
- name: Set up Python
uses: actions/setup-python@v2
with:
python-version: "2.7" # or another compatible version

- name: Check out Git repository
uses: actions/checkout@v1
- name: Download updated package.json
Expand All @@ -52,6 +59,7 @@ jobs:
run: |
cd taxonium_electron
source download.sh
yarn add macos-alias
yarn install
yarn make --arch=arm64
yarn make --arch=x64
Expand Down

1 comment on commit 3d8fd6f

@vercel
Copy link

@vercel vercel bot commented on 3d8fd6f Jan 3, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.