Skip to content

Commit

Permalink
prerelease: fix home dir
Browse files Browse the repository at this point in the history
Looks like GH is not accepting symlinks. Lets give this a try.

actions/upload-artifact#93

Signed-off-by: Beraldo Leal <bleal@redhat.com>
  • Loading branch information
beraldoleal committed Aug 28, 2021
1 parent 1a24b44 commit f40a876
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/prerelease.yml
Original file line number Diff line number Diff line change
Expand Up @@ -91,5 +91,5 @@ jobs:
uses: actions/upload-artifact@v2
with:
name: avocado-html
path: ~/avocado/job-results/latest/
path: $HOME/avocado/job-results
retention-days: 1

0 comments on commit f40a876

Please sign in to comment.