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 57eb603 commit 8c2f0bdCopy full SHA for 8c2f0bd
.github/workflows/default_plugins.yml
@@ -220,7 +220,7 @@ jobs:
220
- name: Build Program
221
if: steps.changes.outputs.program == 'true'
222
run: |
223
- dotnet publish 'Plugins/Flow.Launcher.Plugin.Program/Flow.Launcher.Plugin.Program.csproj' --framework net7.0-windows -c Release -o "Flow.Launcher.Plugin.Program"
+ dotnet publish 'Plugins/Flow.Launcher.Plugin.Program/Flow.Launcher.Plugin.Program.csproj' --framework net7.0-windows10.0.19041.0 -c Release -o "Flow.Launcher.Plugin.Program"
224
7z a -tzip "Flow.Launcher.Plugin.Program.zip" "./Flow.Launcher.Plugin.Program/*"
225
rm -r "Flow.Launcher.Plugin.Program"
226
0 commit comments