Skip to content

Commit

Permalink
Use forward slashes
Browse files Browse the repository at this point in the history
  • Loading branch information
aromaa committed Jan 8, 2024
1 parent 1b334fd commit 3881e00
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/dotnet.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,12 +35,12 @@ jobs:
with:
dotnet-version: 8.0.x
- name: Build package
run: dotnet build src\FunctionalInterfaces\FunctionalInterfaces.csproj -c Release
run: dotnet build src/FunctionalInterfaces/FunctionalInterfaces.csproj -c Release
- name: Upload package artifacts
uses: actions/upload-artifact@v3
with:
name: Packages
path: src\FunctionalInterfaces\bin\Release\*.nupkg
path: src/FunctionalInterfaces/bin/Release/*.nupkg
if-no-files-found: error

publish-github:
Expand Down

0 comments on commit 3881e00

Please sign in to comment.