From 71dabcd0ac60894d3fa2942cf9ba127d427af0cd Mon Sep 17 00:00:00 2001 From: jvyden Date: Thu, 28 Oct 2021 16:06:53 -0400 Subject: [PATCH] Fix linux build path --- .github/workflows/build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index dc512c4..6241872 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -15,7 +15,7 @@ jobs: matrix: os: - { prettyName: Windows, configurationName: Windows, extraArgs: "-r win-x64", buildPath: "Release/net5.0-windows/win-x64/publish"} - - { prettyName: Linux, configurationName: Linux, extraArgs: "", buildPath: "Release/"} + - { prettyName: Linux, configurationName: Linux, extraArgs: "", buildPath: "Release/net5.0/publish"} # - { prettyName: MacOS, configurationName: Release, platform: osx-x64 } steps: - name: Cancel previous runs of this workflow