From 8420c4f39571ca46afe56cc317602236a358a86e Mon Sep 17 00:00:00 2001 From: Muhammad Rizwan Date: Tue, 26 Sep 2023 20:45:32 +0300 Subject: [PATCH] Update dotnet-desktop.yml --- .github/workflows/dotnet-desktop.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/dotnet-desktop.yml b/.github/workflows/dotnet-desktop.yml index 01d50e5..66ec84f 100644 --- a/.github/workflows/dotnet-desktop.yml +++ b/.github/workflows/dotnet-desktop.yml @@ -26,7 +26,7 @@ jobs: - name: Create archive uses: vimtor/action-zip@v1 with: - files: ./SharpRISCV/bin/Release/net7.0/* + files: ./SharpRISCV/bin/Release/net7.0/ dest: SharpRISCV.zip # Create the release: https://github.com/actions/create-release