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 77f3a8b commit ae43c30Copy full SHA for ae43c30
.github/workflows/dotnet.yml
@@ -42,3 +42,14 @@ jobs:
42
run: .\Scripts\post_build.ps1
43
- name: Test
44
run: dotnet test --no-build --verbosity normal -c Release
45
+ - name: Upload Artifact
46
+ uses: actions/upload-artifact@v3
47
+ with:
48
+ path: |
49
+ Output\Release\Flow.Launcher.Plugin.*.nupkg
50
+ Output\Packages\Flow-Launcher-*.exe
51
+ Output\Packages\Flow-Launcher-Portable.zip
52
+ Output\Packages\FlowLauncher-*-full.nupkg
53
+ Output\Packages\RELEASES
54
+
55
0 commit comments