build fixes

This commit is contained in:
Eugene Pankov
2022-10-26 09:45:12 +02:00
parent 0a1a39ebf4
commit 83d8920883
3 changed files with 5 additions and 0 deletions

View File

@@ -74,6 +74,9 @@ jobs:
- run: sed -i '' 's/updateInfo = await/\/\/updateInfo = await/g' node_modules/app-builder-lib/out/targets/ArchiveTarget.js
# Work around electron-builder beta bug
- run: ln -s ../../node_modules/electron app/node_modules
- name: Build and sign packages
run: scripts/build-macos.js
if: github.repository == 'Eugeny/tabby' && github.event_name == 'push' && (github.ref == 'refs/heads/master' || startsWith(github.ref, 'refs/tags'))