Skip to content

Commit

Permalink
Merge pull request #537 from mariusz-suchodolski/main
Browse files Browse the repository at this point in the history
Correct repository name and branch name in msbuild.yml and README.md
  • Loading branch information
moudey authored Oct 18, 2024
2 parents 6b750a0 + 714b4dd commit 90be3a3
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 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
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[![Ceasefire Now](https://badge.techforpalestine.org/default)](https://techforpalestine.org/learn-more)

[![Build artifacts from master branch with MSBuild](../../actions/workflows/msbuild.yml/badge.svg)](../../actions/workflows/msbuild.yml)
[![Build artifacts from main branch with MSBuild](../../actions/workflows/msbuild.yml/badge.svg)](../../actions/workflows/msbuild.yml)

[![Latest nightly build](https://img.shields.io/badge/download%20latest%20nightly%20build-nightly.link-purple)](https://nightly.link/moudey/Shell/workflows/msbuild/main)

Expand Down

0 comments on commit 90be3a3

Please sign in to comment.