From fecb39ba79a63a755334b65eb6899aab3028f03b Mon Sep 17 00:00:00 2001 From: Natsumi Date: Tue, 2 Jan 2024 16:12:57 +1300 Subject: [PATCH] Linux github action 1 --- .github/workflows/github_actions.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/github_actions.yml b/.github/workflows/github_actions.yml index 05adcc16..afe4f383 100644 --- a/.github/workflows/github_actions.yml +++ b/.github/workflows/github_actions.yml @@ -13,6 +13,8 @@ jobs: uses: actions/setup-dotnet@v3 with: dotnet-version: "8.0.x" + - name: Build .NET Application + run: dotnet build -p:Configuration=Release -p:Platform=x64 -p:EnableWindowsTargeting=true --self-contained - uses: actions/upload-artifact@v3 with: name: vrcx