Skip to content

Commit

Permalink
Fix publish output warning
Browse files Browse the repository at this point in the history
  • Loading branch information
keton committed Jan 26, 2024
1 parent cfdea07 commit ff6762a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,10 +16,10 @@ jobs:
with:
dotnet-version: 8.0.x
- name: Build
run: dotnet publish -r win-x64 --sc -o ${{github.workspace}}/publish
run: dotnet publish -r win-x64 --sc
- name: Upload artifacts
uses: actions/upload-artifact@v4
with:
name: chihuahua
path: ${{github.workspace}}/publish/*.*
path: ${{github.workspace}}/bin/Release/net8.0/win-x64/publish/*.*
if-no-files-found: error

0 comments on commit ff6762a

Please sign in to comment.