diff --git a/.github/workflows/continuous.yml b/.github/workflows/continuous.yml index 9d2320bb..96315704 100644 --- a/.github/workflows/continuous.yml +++ b/.github/workflows/continuous.yml @@ -49,7 +49,7 @@ jobs: run: dotnet restore - name: Publish - run: dotnet publish ${{env.DOTNET_ROOT}}/Platforms/HolyClient.Desktop/HolyClient.Desktop.csproj --configuration Release --no-restore -p:PublishDir=~/.artifacts + run: dotnet publish src/Platforms/HolyClient.Desktop/HolyClient.Desktop.csproj --configuration Release --no-restore -p:PublishDir=~/.artifacts - name: Upload artifacts uses: actions/upload-artifact@v3 with: diff --git a/global.json b/global.json index a6822a0c..8a1056e1 100644 --- a/global.json +++ b/global.json @@ -2,5 +2,4 @@ "sdk": { "version": "8.0.100" } - } \ No newline at end of file