Skip to content

Commit

Permalink
dumb, why is that even there
Browse files Browse the repository at this point in the history
  • Loading branch information
RainOrigami committed Sep 8, 2023
1 parent e9a964a commit 434386b
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions .github/workflows/build-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,10 +20,7 @@ jobs:
uses: actions/[email protected]
with:
dotnet-version: 6

- name: NuGet Restore
run: dotnet restore


- name: Build and Publish project
run: dotnet publish BattleBitAPIRunner/BattleBitAPIRunner.csproj -c Release -o ./publish

Expand Down Expand Up @@ -81,7 +78,7 @@ jobs:

- name: Build project and check for errors on non-main branch commits
run: |
dotnet build --configuration Release --no-restore
dotnet build --configuration Release
if [ $? -ne 0 ]; then
echo "Build failed"
exit 1
Expand Down

0 comments on commit 434386b

Please sign in to comment.