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 904ba84 commit cf3b747
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,14 +51,14 @@ 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 }}/built/${{ matrix.configuration }}
path: ./${{ github.event.repository.name }}/built/${{ matrix.configuration }}
retention-days: 90

- name: Upload a Nuget Artifact
uses: actions/upload-artifact@v4
with:
# Artifact name
name: ${{ github.event.repository.name }}-nuget-${{ matrix.configuration }}-${{ github.sha }}
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 }}/built/nuget/${{ matrix.configuration }}
Expand Down

0 comments on commit cf3b747

Please sign in to comment.