Skip to content

Commit

Permalink
mjs
Browse files Browse the repository at this point in the history
  • Loading branch information
matthme committed May 24, 2024
1 parent 3fbdf23 commit 15827b2
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,13 @@ jobs:
yarn setup:release
curl -L --output resources/default-apps/we.happ https://github.com/lightningrodlabs/we/releases/download/we-alpha-happ-v0.11.0/we.happ
- name: (TEST) Merge latest-mac.yml mac release files
if: contains(matrix.os, 'macos')
run: |
node ./sripts/merge-mac-yamls.mjs
env:
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}

- name: Build zomes
run: |
rustup target add wasm32-unknown-unknown
Expand Down Expand Up @@ -121,6 +128,6 @@ jobs:
- name: Merge latest-mac.yml mac release files
if: contains(matrix.os, 'macos')
run: |
node ./sripts/merge-mac-yamls.js
node ./sripts/merge-mac-yamls.mjs
env:
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
File renamed without changes.

0 comments on commit 15827b2

Please sign in to comment.