Skip to content

Commit

Permalink
ci: use /home/user when setting env var
Browse files Browse the repository at this point in the history
  • Loading branch information
rzmk committed May 29, 2024
1 parent be49486 commit 553a7a1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:

- name: Add qsv to PATH
run: |
echo "/home/jovyan/path_files" >> $GITHUB_PATH
echo "$HOME/path_files" >> $GITHUB_PATH
- name: Install dependencies
run: |
Expand Down

0 comments on commit 553a7a1

Please sign in to comment.