Skip to content
This repository has been archived by the owner on May 30, 2024. It is now read-only.

Commit

Permalink
Merge pull request #26 from xpouyat/dev
Browse files Browse the repository at this point in the history
Update
  • Loading branch information
xpouyat authored Dec 20, 2023
2 parents a2eeec7 + d7d74c3 commit e5f095d
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/publishnuget.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ on:
env:
DOTNET_SKIP_FIRST_TIME_EXPERIENCE: 1
DOTNET_NOLOGO: true
NuGetDirectory: ${{ github.workspace}}/nuget
NuGetDirectory: ${{ github.workspace}}\nuget

defaults:
run:
Expand Down Expand Up @@ -47,15 +47,15 @@ jobs:
name: nuget
if-no-files-found: error
retention-days: 7
path: ${{ env.NuGetDirectory }}/*.nupkg
path: ${{ env.NuGetDirectory }}\*.nupkg

# Publish the Symbols NuGet package as an artifact, so they can be used in the following jobs
- uses: actions/upload-artifact@v3
with:
name: nuget
if-no-files-found: error
retention-days: 7
path: ${{ env.NuGetDirectory }}/*.snupkg
path: ${{ env.NuGetDirectory }}\*.snupkg

run_test:
runs-on: ubuntu-latest
Expand Down

0 comments on commit e5f095d

Please sign in to comment.