Skip to content

Merge branch 'main' into first-person-shooter #21

Merge branch 'main' into first-person-shooter

Merge branch 'main' into first-person-shooter #21

name: Sliding Puzzle Build
on:
push:
paths:
- 'Projects/Sliding Puzzle/**'
- '!**.md'
pull_request:
paths:
- 'Projects/Sliding Puzzle/**'
- '!**.md'
workflow_dispatch:
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-dotnet@v3
with:
dotnet-version: 8.0.x
- run: dotnet build "Projects\Sliding Puzzle\Sliding Puzzle.csproj" --configuration Release