Skip to content

Commit

Permalink
Fix build
Browse files Browse the repository at this point in the history
  • Loading branch information
LucHeart committed Apr 2, 2024
1 parent e9c4b77 commit 522c18a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ jobs:
run: dotnet test --no-restore --verbosity normal

- name: Publish Manager Discord Bot
run: dotnet publish API/API.csproj -c Release -o ./publish/API
run: dotnet publish ManagerDiscordBot/ManagerDiscordBot.csproj -c Release -o ./publish/ManagerDiscordBot

- name: Upload Manager Discord Bot artifacts
uses: actions/upload-artifact@v4
Expand Down

0 comments on commit 522c18a

Please sign in to comment.