Skip to content

Commit 02a1be2

Browse files
authored
Update cipackage.yml
1 parent 47d1157 commit 02a1be2

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)