diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index f381ada..3064945 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -66,16 +66,21 @@ jobs: - name: Install Python run: brew install python + - name: Install Build Tools + run: | + brew install libtool automake autoconf + sudo xcode-select --install + + - name: Update node-gyp + run: npm install -g node-gyp + - name: Install dependencies run: npm ci - - name: Install dmg-license - run: npm i dmg-license - - name: Install electron-builder run: npm i electron-builder -g - name: Publish env: GH_TOKEN: ${{ secrets.TOKEN }} - run: npm run publish:mac --verbose \ No newline at end of file + run: npm run publish:mac \ No newline at end of file