Skip to content
This repository has been archived by the owner on Feb 19, 2024. It is now read-only.

und - Remove Discord webhook as it's no longer maintained #18

und - Remove Discord webhook as it's no longer maintained

und - Remove Discord webhook as it's no longer maintained #18

Workflow file for this run

name: Build Project (Linux)
on:
push:
branches:
- main
pull_request:
branches:
- main
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
with:
ref: ${{ github.ref }}
- name: Setup .NET
uses: actions/setup-dotnet@v3
with:
dotnet-version: '8.0.x'
- name: Solution Compilation
run: dotnet build --configuration Debug "templatepack.sln"
- uses: actions/upload-artifact@v3
if: success()
with:
name: grilo-build
path: "working/bin/Debug/"