From 5d0a0fa622979025fa102294b2ca42708cf795a5 Mon Sep 17 00:00:00 2001 From: MasterGordon Date: Wed, 4 Jan 2023 15:35:21 +0100 Subject: [PATCH] fixed artifact upload --- .github/workflows/dotnet.yml | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) 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