Skip to content

Commit

Permalink
Update publish.yaml
Browse files Browse the repository at this point in the history
Signed-off-by: Florian Grabmeier <flo.grabmeier@gmail.com>
  • Loading branch information
flooxo committed Dec 13, 2023
1 parent c319a40 commit f1a0c73
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ jobs:
uses: actions/setup-dotnet@v1
with:
dotnet-version: 7.0.x
dotnet-version: 7.0.x
- name: get version
id: version
uses: notiz-dev/github-action-json-property@release
Expand All @@ -25,7 +26,7 @@ jobs:
- run: echo ${{steps.version.outputs.prop}}
- name: Build
run: |
dotnet publish 'Flow.Launcher.Plugin.WireGuard/Flow.Launcher.Plugin.WireGuard.csproj' --framework net7.0 -c Release -o "WireGuard"
dotnet publish 'Flow.Launcher.Plugin.WireGuard/Flow.Launcher.Plugin.WireGuard.csproj' --framework net7.0-windows -c Release -o "WireGuard"
7z a -tzip "Flow.Launcher.Plugin.WireGuard.zip" "WireGuard/*"
rm -r "WireGuard"
- name: Publish
Expand Down

0 comments on commit f1a0c73

Please sign in to comment.