Skip to content

Commit cbd26e1

Browse files
authored
Update ci.yml
Signed-off-by: Victor Chang <[email protected]>
1 parent 34cd4d4 commit cbd26e1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -273,7 +273,7 @@ jobs:
273273
- name: Package
274274
env:
275275
PACKAGEDIR: '${{ github.workspace }}/release/'
276-
if: ${{ matrix.os == 'ubuntu-latest' }}
276+
if: ${{ ! (github.event.inputs.nuget ) && matrix.os == 'ubuntu-latest' }}
277277
run: |
278278
mkdir $PACKAGEDIR
279279
dotnet pack --no-build -c ${{ env.BUILD_CONFIG }} -o $PACKAGEDIR -p:PackageVersion=${{ steps.gitversion.outputs.majorMinorPatch }}-${{ steps.gitversion.outputs.EscapedBranchName }}.${{ steps.gitversion.outputs.CommitsSinceVersionSource }}

0 commit comments

Comments
 (0)