Skip to content

Commit

Permalink
Scratch --no-build
Browse files Browse the repository at this point in the history
  • Loading branch information
kokolihapihvi committed Oct 7, 2023
1 parent be8cd4d commit adb4a51
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,10 +14,10 @@ jobs:
- name: Restore dependencies
run: dotnet restore
- name: Build
run: dotnet build --configuration Release --no-restore --runtime win-x64 --framework=net6.0-windows
run: dotnet build --configuration Release --no-restore
- name: Publish
run: |
dotnet publish RockSniffer --no-build -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
- uses: actions/upload-artifact@v3
with:
name: publish
Expand Down

0 comments on commit adb4a51

Please sign in to comment.