diff --git a/.github/workflows/dotnet.yml b/.github/workflows/dotnet.yml index 9fb3849..4d4741c 100644 --- a/.github/workflows/dotnet.yml +++ b/.github/workflows/dotnet.yml @@ -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/