diff --git a/.github/workflows/master_ffxvi-clive-bot.yml b/.github/workflows/master_ffxvi-clive-bot.yml index a833290..286f659 100644 --- a/.github/workflows/master_ffxvi-clive-bot.yml +++ b/.github/workflows/master_ffxvi-clive-bot.yml @@ -37,7 +37,7 @@ jobs: uses: actions/upload-artifact@v4 with: name: clivebot - path: ${{env.botdirectory}}/bin/Release/net8.0/ + path: ${{env.botdirectory}}/bin/Release/net8.0/publish build-backend-web: name: Build Backend Web @@ -65,7 +65,7 @@ jobs: uses: actions/upload-artifact@v4 with: name: web-backend - path: ${{env.webdirectory}}/bin/Release/net8.0/ + path: ${{env.webdirectory}}/bin/Release/net8.0/publish/ test-build-frontend-web: name: Test Build Frontend Web