Skip to content

wip: initial move of chf related things #12

wip: initial move of chf related things

wip: initial move of chf related things #12

Workflow file for this run

name: Build
on: push
jobs:
build:
runs-on: windows-latest
steps:
- name: Clone
uses: actions/checkout@v4
- name: Publish
run: dotnet publish src
- name: Upload
uses: actions/upload-artifact@v4
with:
name: StarBreaker
path: src/StarBreaker/bin/Release/net8.0/publish