Skip to content

Commit cecf206

Browse files
committed
Fixed spacing-typo in release-build script
1 parent 91dbd35 commit cecf206

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/wf-build-release.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -18,11 +18,11 @@ jobs:
1818
uses: actions/setup-dotnet@v1
1919
with:
2020
dotnet-version: |
21-
1.0.x
21+
1.0.x
2222
2.0.x
2323
5.0.x
2424
6.0.x
25-
25+
2626
- name: Setup MSBuild Path
2727
uses: microsoft/setup-msbuild@v1
2828

@@ -34,7 +34,7 @@ jobs:
3434

3535
- name: Build library
3636
run: msbuild QRCoder.sln /p:Configuration=Release /p:NoWarn="1182" /p:NoWarn="1701" /nr:false /t:Rebuild
37-
37+
3838
- name: Upload artifacts
3939
uses: actions/upload-artifact@v1.0.0
4040
with:

0 commit comments

Comments
 (0)