Skip to content

Commit

Permalink
Publish Dir
Browse files Browse the repository at this point in the history
  • Loading branch information
ThomasAunvik committed Apr 22, 2024
1 parent c2cd78c commit dd21e7c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/master_ffxvi-clive-bot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down

0 comments on commit dd21e7c

Please sign in to comment.