Skip to content

Commit b9ecba3

Browse files
committed
[fix] if expression
1 parent 372dcb0 commit b9ecba3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,10 +41,10 @@ jobs:
4141
run: dotnet pack ${{ matrix.solution }} --no-build -c Release -o ./publish
4242

4343
- name: Create Source Packages
44+
if: ${{ matrix.os == 'windows-latest' }}
4445
shell: pwsh
4546
working-directory: .
4647
run: ./MakeSourcePackages.ps1
47-
if: ${{ matrix.os == windows-latest }}
4848

4949
- name: Create packages artifact
5050
uses: actions/upload-artifact@v2

0 commit comments

Comments
 (0)