Skip to content

Commit

Permalink
ci: fix command
Browse files Browse the repository at this point in the history
  • Loading branch information
viceice committed Dec 19, 2022
1 parent a30bf02 commit 2ccc23a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ jobs:
run: dotnet build --no-restore

- name: pack
run: dotnet pack -o bin
run: dotnet pack --no-build -o bin

- uses: actions/upload-artifact@83fd05a356d7e2593de66fc9913b3002723633cb # v3.1.1
with:
Expand Down

0 comments on commit 2ccc23a

Please sign in to comment.