Skip to content

Fix bizarre missing import and extra code lines in guessing the ip of… #99

Fix bizarre missing import and extra code lines in guessing the ip of…

Fix bizarre missing import and extra code lines in guessing the ip of… #99

Workflow file for this run

name: Build / Release
on:
# Trigger the workflow on push or pull request,
# but only for the main branch
push:
branches:
- main
jobs:
build:
runs-on: ${{ matrix.os }}
strategy:
matrix:
os: [windows-latest]
steps:
- name: Checkout
uses: actions/checkout@v2
- name: "Install Node"
uses: actions/setup-node@v3
with:
node-version: "16"
corepack: true
- name: "Install Node Packages"
run: "yarn install"
#- name: "Rebuild for Electron"
# run: "npm run rebuild"
- name: "Build"
run: "yarn run buildpublish"
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
VITE_APP_MIXPANEL_PROJECT_TOKEN: ${{ secrets.MIXPANEL_PROJECT_TOKEN }}
VITE_SPELLCAST_URL: https://api.spellcast.gg/
VITE_SPELLCAST_SOCKET_URL: wss://api.spellcast.gg/