We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents e5ac1bf + 6a02db4 commit 7955de5Copy full SHA for 7955de5
.github/workflows/msbuild.yml renamed to .github/workflows/build.yml
@@ -1,4 +1,4 @@
1
-name: Build artifacts from main branch with MSBuild
+name: Build
2
3
on:
4
push:
@@ -44,8 +44,10 @@ jobs:
44
- name: Upload artifacts
45
uses: actions/upload-artifact@v4
46
with:
47
- name: artifact-${{matrix.configuration}}-${{matrix.platform}}
48
- path: D:\a\Shell\Shell\src\bin\release\*
+ name: nilesoft-shell-${{matrix.platform}}
+ path: |
49
+ D:\a\Shell\Shell\src\bin\release\shell.dll
50
+ D:\a\Shell\Shell\src\bin\release\shell.exe
51
if-no-files-found: warn
52
retention-days: 0
53
compression-level: 6
0 commit comments