diff --git a/.github/workflows/winArm.yml b/.github/workflows/winArm.yml deleted file mode 100644 index f21f1c8..0000000 --- a/.github/workflows/winArm.yml +++ /dev/null @@ -1,39 +0,0 @@ -name: Windows on ARM -on: - push: - branches: - - dev -jobs: - build-windowsOnARM: - runs-on: windows-latest - - steps: - - uses: actions/setup-node@v3 - with: - node-version: '18' - - - name: Checkout code - uses: actions/checkout@v2 - - - name: Set architecture - run: set npm_config_arch=arm64 - - - uses: pnpm/action-setup@v2 # Install pnpm using packageManager key in package.json - - - name: Install Node dependencies - run: pnpm install -g cargo-cp-artifact && pnpm install - - - name: Install Electron-Builder - run: pnpm install -g electron-builder - - - name: Build - run: npm run build && electron-builder --windows --arm64 - env: - GH_TOKEN: ${{ secrets.GITHUB_TOKEN }} - - name: Delete unpacked builds - run: Remove-Item -LiteralPath ".\dist\win-unpacked" -Force -Recurse - - name: Upload artifact - uses: actions/upload-artifact@v2 - with: - name: ArmCordWindows - path: dist/