Browse Source

Update dotnet-desktop.yml

Marcin Ziąbek 3 years ago
parent
commit
a83d8c43fe
1 changed files with 8 additions and 0 deletions
  1. 8 0
      .github/workflows/dotnet-desktop.yml

+ 8 - 0
.github/workflows/dotnet-desktop.yml

@@ -40,3 +40,11 @@ jobs:
       - name: 🛠 Build Solution 🛠
         shell: bash
         run: dotnet build -c Release --no-restore
+        
+      - name: Upload build artifacts
+        uses: actions/upload-artifact@v3
+        with:
+          name: Build Package
+          path: |
+            **/*.nupkg
+            **/*.snupkg