Skip to content

Commit

Permalink
ci: fix release
Browse files Browse the repository at this point in the history
  • Loading branch information
viceice committed May 15, 2024
1 parent f5daff6 commit 2dd0c95
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 @@ -81,7 +81,7 @@ jobs:
run: dotnet restore

- name: build
run: dotnet build --no-restore
run: dotnet build -c release --no-restore

- name: pack
run: dotnet pack -o bin
Expand Down

0 comments on commit 2dd0c95

Please sign in to comment.