Skip to content

Commit

Permalink
Update build.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
fazelukario authored Apr 20, 2024
1 parent 1cd7f3f commit b1d3199
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 @@ -51,7 +51,7 @@ jobs:
name: ${{ github.event.repository.name }}-build-${{ matrix.configuration }}-${{ github.sha }}

# A file, directory or wildcard pattern that describes what to upload
path: ${{ github.event.repository.name }}/${{ github.event.repository.name }}/built/${{ matrix.configuration }}
path: ./${{ github.event.repository.name }}/${{ github.event.repository.name }}/built/${{ matrix.configuration }}
retention-days: 90

- name: Upload a Nuget Artifact
Expand All @@ -61,5 +61,5 @@ jobs:
name: ${{ github.event.repository.name }}-nuget-${{ matrix.configuration }}-${{ github.sha }}

# A file, directory or wildcard pattern that describes what to upload
path: ${{ github.event.repository.name }}/${{ github.event.repository.name }}/built/nuget/${{ matrix.configuration }}
path: ./${{ github.event.repository.name }}/${{ github.event.repository.name }}/built/nuget/${{ matrix.configuration }}
retention-days: 90

0 comments on commit b1d3199

Please sign in to comment.