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 63114c0 commit 18fba43Copy full SHA for 18fba43
.github/workflows/publish.yml
@@ -24,16 +24,19 @@ jobs:
24
id: version
25
uses: notiz-dev/github-action-json-property@release
26
with:
27
- path: 'plugin.json'
+ path: 'Flow.Launcher.Plugin.OneNote/plugin.json'
28
prop_path: 'Version'
29
30
- run: echo ${{steps.version.outputs.prop}}
31
+
32
+ - name: Restore dependencies
33
+ run: dotnet restore
34
35
- name: Build
36
run: |
37
dotnet publish -c Release -r win-x64 --no-self-contained Flow.Launcher.Plugin.OneNote.csproj
38
7z a -tzip "Flow.Launcher.Plugin.OneNote.zip" "./bin/Release/win-x64/publish/*"
-
39
40
- name: Publish
41
uses: softprops/action-gh-release@v1
42
0 commit comments