Skip to content

Build And Publish

Build And Publish #32

name: Build And Publish
on:
workflow_dispatch:
jobs:
build-and-publish:
uses: ./.github/workflows/build-and-publish-reusable-workflow.yml
with:
app-name: sdk
install-electron-dependencies-command: cd electron && npm ci && git clone https://github.com/deep-foundation/deeplinks.git && cp deeplinks/imports/engine.ts ./src/engine.ts && npx rimraf -I deeplinks
secrets:
csc-key-password: ${{ secrets.CSC_KEY_PASSWORD }}
csc-link: ${{ secrets.CSC_LINK }}
appleid: ${{ secrets.APPLEID }}
appleidpass: ${{ secrets.APPLEIDPASS }}