Skip to content

Commit

Permalink
Linux github action 1
Browse files Browse the repository at this point in the history
  • Loading branch information
Natsumi-sama committed Jan 2, 2024
1 parent 767c072 commit 1b6556c
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/github_actions.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 1b6556c

Please sign in to comment.