Skip to content

add music files

add music files #36

Workflow file for this run

name: main
on:
pull_request:
branches: [ main ]
jobs:
build:
runs-on: windows-latest
steps:
- uses: actions/checkout@v2
with:
fetch-depth: 0
- name: Build
run: (cd source && dotnet build Burntime.MonoGame -c Release && cd ..)
- name: Package
run: tar -caf burntime.zip -C ./bin/Release *
- name: Upload Build Artifact
uses: actions/[email protected]
with:
name: burntime
path: burntime.zip