Fix linux build path

This commit is contained in:
jvyden 2021-10-28 16:06:53 -04:00
commit 71dabcd0ac
No known key found for this signature in database
GPG key ID: 18BCF2BE0262B278

View file

@ -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