Skip to content

Bump Discord.Net from 3.14.1 to 3.15.0 #78

Bump Discord.Net from 3.14.1 to 3.15.0

Bump Discord.Net from 3.14.1 to 3.15.0 #78

Workflow file for this run

name: Build
on:
push:
branches: [ "main" ]
pull_request:
branches: [ "main" ]
jobs:
build:
runs-on: ubuntu-latest
strategy:
matrix:
configuration: [Debug, Release]
steps:
- name: Checkout
uses: actions/checkout@v3
with:
fetch-depth: 0
- name: Install .NET Core
uses: actions/setup-dotnet@v3
with:
dotnet-version: 6.0.x
- name: Build project
run: dotnet build -c Release -r linux-arm64 --self-contained