Skip to content

Commit

Permalink
Added build artifacts to actions
Browse files Browse the repository at this point in the history
  • Loading branch information
slxdy authored Apr 2, 2024
1 parent 400eaee commit cbef4ae
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion .github/workflows/dotnet.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,4 +20,9 @@ jobs:
- name: Restore dependencies
run: dotnet restore
- name: Build
run: dotnet build --no-restore
run: dotnet build -c "Release" --no-restore
- name: Upload Build
uses: actions/upload-artifact@v4
with:
name: "TweaksLauncher"
path: "output/Release"

0 comments on commit cbef4ae

Please sign in to comment.