Skip to content

Commit ae43c30

Browse files
committed
upload artifact
1 parent 77f3a8b commit ae43c30

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

.github/workflows/dotnet.yml

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,3 +42,14 @@ jobs:
4242
run: .\Scripts\post_build.ps1
4343
- name: Test
4444
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

Comments
 (0)