Skip to content

Commit

Permalink
Fixed spacing-typo in release-build script
Browse files Browse the repository at this point in the history
  • Loading branch information
codebude committed Dec 12, 2021
1 parent 91dbd35 commit cecf206
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/wf-build-release.yml
Expand Up @@ -18,11 +18,11 @@ jobs:
uses: actions/setup-dotnet@v1
with:
dotnet-version: |
1.0.x
1.0.x
2.0.x
5.0.x
6.0.x
- name: Setup MSBuild Path
uses: microsoft/setup-msbuild@v1

Expand All @@ -34,7 +34,7 @@ jobs:

- name: Build library
run: msbuild QRCoder.sln /p:Configuration=Release /p:NoWarn="1182" /p:NoWarn="1701" /nr:false /t:Rebuild

- name: Upload artifacts
uses: actions/upload-artifact@v1.0.0
with:
Expand Down

0 comments on commit cecf206

Please sign in to comment.