Skip to content

Update main.yml

Update main.yml #1

Workflow file for this run

on:
push:
branches:
- master
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-dotnet@v3
with:
dotnet-version: '7.0.x' # SDK Version to use.
- run: dotnet publish -c Release -r linux-x64 --self-contained MyOwnGame.Backend