We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 47d1157 commit 02a1be2Copy full SHA for 02a1be2
.github/workflows/cipackage.yml
@@ -24,3 +24,6 @@ jobs:
24
run: dotnet test --configuration Release src/FlowCommandLine/FlowCommandLine.sln
25
- name: Pack package
26
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