mirror of
https://github.com/bitsocialnet/5chan.git
synced 2026-08-03 07:41:04 +02:00
make sure mac ipfs executable is executable
This commit is contained in:
@@ -20,7 +20,7 @@ jobs:
|
|||||||
with:
|
with:
|
||||||
node-version: 16
|
node-version: 16
|
||||||
- run: yarn install --frozen-lockfile
|
- run: yarn install --frozen-lockfile
|
||||||
# make sure the ipfs executable is executable (linux only)
|
# make sure the ipfs executable is executable
|
||||||
- run: node electron/downloadIpfs && sudo chmod +x bin/linux/ipfs
|
- run: node electron/downloadIpfs && sudo chmod +x bin/linux/ipfs
|
||||||
- run: CI='' yarn build
|
- run: CI='' yarn build
|
||||||
- run: yarn electron:build:linux
|
- run: yarn electron:build:linux
|
||||||
@@ -46,6 +46,8 @@ jobs:
|
|||||||
with:
|
with:
|
||||||
node-version: 16
|
node-version: 16
|
||||||
- run: yarn install --frozen-lockfile
|
- run: yarn install --frozen-lockfile
|
||||||
|
# make sure the ipfs executable is executable
|
||||||
|
- run: node electron/downloadIpfs && sudo chmod +x bin/mac/ipfs
|
||||||
- run: CI='' yarn build
|
- run: CI='' yarn build
|
||||||
- run: yarn electron:build:mac
|
- run: yarn electron:build:mac
|
||||||
- run: ls dist
|
- run: ls dist
|
||||||
|
|||||||
Reference in New Issue
Block a user