Skip to content

Commit

Permalink
Update dotnet.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
MrKev312 authored Sep 4, 2024
1 parent 37bba35 commit 15d0cd8
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions .github/workflows/dotnet.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,10 +28,8 @@ jobs:
run: dotnet build --no-restore --configuration Release
- name: Test
run: dotnet test --no-build --verbosity normal
- name: Create zip of JustDanceEditor.UI release
run: zip -r artifact.zip JustDanceEditor.UI/bin/Release/
- name: Upload release artifact
uses: actions/upload-artifact@v4
with:
name: JustDanceEditor.UI-release
path: artifact.zip
name: artifact
path: JustDanceEditor.UI/bin/Release/

0 comments on commit 15d0cd8

Please sign in to comment.