From b2d5ba84fb3a1e165215d30af4062aa2651647ab Mon Sep 17 00:00:00 2001 From: MathieuG-P <40181755+Zagrios@users.noreply.github.com> Date: Thu, 15 Sep 2022 23:48:25 +0200 Subject: [PATCH] Delete main.yml --- .github/workflows/main.yml | 38 -------------------------------------- 1 file changed, 38 deletions(-) delete mode 100644 .github/workflows/main.yml diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml deleted file mode 100644 index f4c6bcfd..00000000 --- a/.github/workflows/main.yml +++ /dev/null @@ -1,38 +0,0 @@ -name: Publish - -on: - push: - branches: - - master - -jobs: - publish: - - runs-on: ${{ matrix.os }} - - strategy: - matrix: - os: [macos-latest] - - steps: - - name: Checkout git repo - uses: actions/checkout@v1 - - - name: Install Node and NPM - uses: actions/setup-node@v1 - with: - node-version: 16 - cache: npm - - - name: Install and build - run: | - npm install - npm run postinstall - npm run build - - name: Publish releases - env: - CSC_LINK: ${{ secrets.CSC_LINK }} - CSC_KEY_PASSWORD: ${{ secrets.CSC_KEY_PASSWORD }} - GH_TOKEN: ${{ secrets.RELEASE_TOKEN }} - run: | - npm exec electron-builder -- --publish always --win