diff --git a/.github/workflows/dotnet.yml b/.github/workflows/dotnet.yml index 9fa6787..172a049 100644 --- a/.github/workflows/dotnet.yml +++ b/.github/workflows/dotnet.yml @@ -29,4 +29,11 @@ jobs: # Artifact name name: Linux build # A file, directory or wildcard pattern that describes what to upload - path: Mine2d/build/*.zip + path: Mine2d/build/linux-64.zip + - name: Upload a Build Artifact + uses: actions/upload-artifact@v3.1.0 + with: + # Artifact name + name: Windows build + # A file, directory or wildcard pattern that describes what to upload + path: Mine2d/build/win-64.zip