Skip to content

Commit

Permalink
Merge branch 'main' of https://github.com/moudey/Shell
Browse files Browse the repository at this point in the history
  • Loading branch information
moudey committed Oct 19, 2024
2 parents e5ac1bf + 6a02db4 commit 7955de5
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions .github/workflows/msbuild.yml → .github/workflows/build.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Build artifacts from main branch with MSBuild
name: Build

on:
push:
Expand Down Expand Up @@ -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
Expand Down

0 comments on commit 7955de5

Please sign in to comment.