Skip to content
This repository was archived by the owner on Jul 18, 2023. It is now read-only.

Commit 14d052d

Browse files
committed
fix upload build artifact
1 parent b7d2690 commit 14d052d

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

.github/workflows/build.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,4 +18,9 @@ jobs:
1818
run: dotnet restore
1919
- name: Build
2020
run: dotnet build --no-restore -c Release
21+
- name: Upload Artifact
22+
uses: actions/upload-artifact@v2
23+
with:
24+
name: Flow.Launcher.Plugin.Everything.zip
25+
path: Output/Release/Flow.Launcher.Plugin.Everything
2126

0 commit comments

Comments
 (0)