Skip to content

feat: boosted creatures and event schedule #28

feat: boosted creatures and event schedule

feat: boosted creatures and event schedule #28

Workflow file for this run

---
name: Build - Windows
on:
pull_request:
push:
branches:
- main
- master
jobs:
job:
name: ${{ matrix.os }}-${{ matrix.go-version }}
runs-on: ${{ matrix.os }}
strategy:
fail-fast: false
matrix:
os: [windows-2019]
go-version: [1.16.x]
steps:
- name: Checkout repository
uses: actions/checkout@v2
- name: Build Login Server
run: go build -o login-server ./src/