Skip to content

Commit

Permalink
ci: fix action restore
Browse files Browse the repository at this point in the history
  • Loading branch information
Icexbb committed Dec 7, 2024
1 parent 6f11918 commit ac397a6
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 @@ -30,7 +30,7 @@ jobs:
- uses: actions/setup-dotnet@v4
with:
dotnet-version: ${{ env.DOTNET_VERSION }}

- run: dotnet restore ${{ env.PROJECT_NAME }}
- run: dotnet build ${{ env.PROJECT_NAME }} --configuration Release --no-restore -o ${{ env.BUILD_DIR }}
- run: cp -r ${{ env.RESOURCE_DIR }} ${{ env.BUILD_DIR }}

Expand Down

0 comments on commit ac397a6

Please sign in to comment.