Skip to content

Commit

Permalink
Revert "--no-restore on publish"
Browse files Browse the repository at this point in the history
This reverts commit 60628b0.
  • Loading branch information
kokolihapihvi committed Oct 7, 2023
1 parent 60628b0 commit 99ebdbb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
run: dotnet build --configuration Release --no-restore
- name: Publish
run: |
dotnet publish RockSniffer --no-restore -c Release -o ./publish --runtime win-x64 --framework=net6.0-windows --self-contained false -p:PublishSingleFile=true
dotnet publish RockSniffer -c Release -o ./publish --runtime win-x64 --framework=net6.0-windows --self-contained false -p:PublishSingleFile=true
cp -r ./addons ./publish/addons
- uses: actions/upload-artifact@v3
with:
Expand Down

0 comments on commit 99ebdbb

Please sign in to comment.