Skip to content

ci: change upload-artifact & download-artifact to Cysharp/Actions #108

ci: change upload-artifact & download-artifact to Cysharp/Actions

ci: change upload-artifact & download-artifact to Cysharp/Actions #108

Workflow file for this run

name: Build-Debug
on:
push:
branches:
- "master"
pull_request:
branches:
- "master"
jobs:
build-dotnet:
runs-on: ubuntu-latest
timeout-minutes: 10
steps:
- uses: actions/checkout@v3
- uses: Cysharp/Actions/.github/actions/setup-dotnet@main
- run: dotnet build -c Debug