Skip to content

Commit 7955de5

Browse files
committed
Merge branch 'main' of https://github.com/moudey/Shell
2 parents e5ac1bf + 6a02db4 commit 7955de5

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

.github/workflows/msbuild.yml renamed to .github/workflows/build.yml

+5-3
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: Build artifacts from main branch with MSBuild
1+
name: Build
22

33
on:
44
push:
@@ -44,8 +44,10 @@ jobs:
4444
- name: Upload artifacts
4545
uses: actions/upload-artifact@v4
4646
with:
47-
name: artifact-${{matrix.configuration}}-${{matrix.platform}}
48-
path: D:\a\Shell\Shell\src\bin\release\*
47+
name: nilesoft-shell-${{matrix.platform}}
48+
path: |
49+
D:\a\Shell\Shell\src\bin\release\shell.dll
50+
D:\a\Shell\Shell\src\bin\release\shell.exe
4951
if-no-files-found: warn
5052
retention-days: 0
5153
compression-level: 6

0 commit comments

Comments
 (0)