Skip to content

Commit

Permalink
Correct branch and repository names in msbuild.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
mariusz-suchodolski authored Oct 18, 2024
1 parent 6b750a0 commit cabdcd4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/msbuild.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Build artifacts from master branch with MSBuild
name: Build artifacts from main branch with MSBuild

on:
push:
Expand Down Expand Up @@ -45,7 +45,7 @@ jobs:
uses: actions/upload-artifact@v4
with:
name: artifact-${{matrix.configuration}}-${{matrix.platform}}
path: D:\a\nilesoft-shell\nilesoft-shell\src\bin\release\*
path: D:\a\Shell\Shell\src\bin\release\*
if-no-files-found: warn
retention-days: 0
compression-level: 6
Expand Down

0 comments on commit cabdcd4

Please sign in to comment.