Skip to content

Commit

Permalink
fix(ci): actually restore during build instead yay
Browse files Browse the repository at this point in the history
  • Loading branch information
ProbablePrime committed Dec 17, 2023
1 parent 6eba726 commit 6f58e39
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
with:
dotnet-version: '2.0'
- name: Build
run: dotnet build BepuPhysics --configuration ReleaseStrip --no-restore -p:Version=${{ env.VERSION }}
run: dotnet build BepuPhysics --configuration ReleaseStrip -p:Version=${{ env.VERSION }}
- name: Pack
run: dotnet pack BepuPhysics --output nupkgs --configuration ReleaseStrip -p:Version=${{ env.VERSION }}
- name: Nuget Publish
Expand Down

0 comments on commit 6f58e39

Please sign in to comment.