Skip to content

Commit 85c15fc

Browse files
committed
2 parents d0b38ab + 02a1be2 commit 85c15fc

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/cipackage.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,3 +24,6 @@ jobs:
2424
run: dotnet test --configuration Release src/FlowCommandLine/FlowCommandLine.sln
2525
- name: Pack package
2626
run: dotnet pack --configuration Release --no-build --output . src/FlowCommandLine/FlowCommandLine.csproj
27+
- uses: actions/upload-artifact@v4
28+
with:
29+
path: FlowCommandLine.*.nupkg

0 commit comments

Comments
 (0)