Skip to content

Update launcher_config.json #5

Update launcher_config.json

Update launcher_config.json #5

Workflow file for this run

name: Build Linux
on:
push:
branches: [ "main" ]
pull_request:
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Setup .NET
uses: actions/setup-dotnet@v3
with:
dotnet-version: 6.0.x
- name: Restore dependencies
run: dotnet restore
- name: Build
run: dotnet build --no-restore
- name: Test
run: dotnet test --no-build --verbosity normal
- name: Publish
run: dotnet publish
- name: Upload WebApp1 Build Artifact
uses: actions/upload-artifact@v2
with:
name: CanaryLauncher
path: /home/runner/work/CanaryLauncherUpdate/CanaryLauncherUpdate/bin/Debug/net6.0-windows/publish/