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 c399fc8 commit 7b43937
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 @@ -54,7 +54,7 @@ jobs:
name: ${{ github.event.repository.name }}-build-${{ matrix.configuration }}-${{ github.sha }}

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

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

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

0 comments on commit 7b43937

Please sign in to comment.