diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 27ca27b..8461c1e 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -27,7 +27,7 @@ jobs: run: dotnet build --configuration Release --no-restore - name: Publish - run: dotnet publish ./KansasPPDMLoader/KansasPPDMLoaderConsole.csproj -c Release --self-contained true -r win-x64 -p:PublishSingleFile=true + run: dotnet publish ./KansasPPDMLoader/KansasPPDMLoaderConsole/KansasPPDMLoaderConsole.csproj -c Release --self-contained true -r win-x64 -p:PublishSingleFile=true - name: View content run: dir D:\a\KansasPPDMLoader\KansasPPDMLoaderConsole\bin\Release\net7.0\win-x64\publish\