Skip to content

Commit

Permalink
Fix nightly file name
Browse files Browse the repository at this point in the history
  • Loading branch information
MSWS committed Sep 2, 2024
1 parent 17002c4 commit ab22290
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/nightly.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,8 +32,8 @@ jobs:

- run: |
dotnet restore
dotnet build Core/Core.csproj --no-restore
dotnet publish Core/Core.csproj --no-build --no-restore
dotnet build Gangs/Gangs.csproj --no-restore
dotnet publish Gangs/Gangs.csproj --no-build --no-restore
- uses: actions/[email protected]
with:
Expand Down

0 comments on commit ab22290

Please sign in to comment.