From 6577583c81614595c30a846470e0f759b6f433e2 Mon Sep 17 00:00:00 2001 From: Mahmoud Gomaa Date: Sat, 19 Oct 2024 21:06:25 +0300 Subject: [PATCH 1/2] Update msbuild.yml --- .github/workflows/msbuild.yml | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/.github/workflows/msbuild.yml b/.github/workflows/msbuild.yml index 6a2a6ea..8a9f1d6 100644 --- a/.github/workflows/msbuild.yml +++ b/.github/workflows/msbuild.yml @@ -1,4 +1,4 @@ -name: Build artifacts from main branch with MSBuild +name: Build on: push: @@ -44,8 +44,10 @@ jobs: - name: Upload artifacts uses: actions/upload-artifact@v4 with: - name: artifact-${{matrix.configuration}}-${{matrix.platform}} - path: D:\a\Shell\Shell\src\bin\release\* + name: nilesoft-shell-${{matrix.platform}} + path: | + D:\a\Shell\Shell\src\bin\release\shell.dll + D:\a\Shell\Shell\src\bin\release\shell.exe if-no-files-found: warn retention-days: 0 compression-level: 6 From 6a02db44c9f61b44a6a28ff17bb3fb69b3267143 Mon Sep 17 00:00:00 2001 From: Mahmoud Gomaa Date: Sat, 19 Oct 2024 21:08:18 +0300 Subject: [PATCH 2/2] fix --- .github/workflows/{msbuild.yml => build.yml} | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename .github/workflows/{msbuild.yml => build.yml} (100%) diff --git a/.github/workflows/msbuild.yml b/.github/workflows/build.yml similarity index 100% rename from .github/workflows/msbuild.yml rename to .github/workflows/build.yml