Skip to content

Commit

Permalink
[ci] Make sure package artifacts land in the working directory
Browse files Browse the repository at this point in the history
  • Loading branch information
rdipardo committed Apr 30, 2021
1 parent 024a1b0 commit 670f504
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/nuget.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
uses: actions/upload-artifact@v2.2.3
with:
name: Fornax.Seo.nupkg
path: release/*.nupkg
path: ${{ github.workspace }}/release/*.nupkg
retention-days: 30
if-no-files-found: error

Expand Down Expand Up @@ -60,7 +60,7 @@ jobs:
id: fetch
with:
name: Fornax.Seo.nupkg
path: '~/release'
path: ${{ github.workspace }}/release
- name: Prepare release
uses: ncipollo/release-action@v1
with:
Expand Down

0 comments on commit 670f504

Please sign in to comment.