Skip to content

Commit

Permalink
d
Browse files Browse the repository at this point in the history
  • Loading branch information
dollannn committed Oct 22, 2024
1 parent 1a6bfad commit 119adb6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
with:
dotnet-version: 8.0.x
- name: Restore
run: dotnet restore src
run: dotnet restore
- name: Build
run: dotnet build ${{ env.PROJECT_PATH }} -c RespawnTimer -o ${{ env.OUTPUT_PATH }}

Expand Down

0 comments on commit 119adb6

Please sign in to comment.