Skip to content

Commit c5ce5c0

Browse files
authored
Paraview animation upload to "tip" release fix (the action is written in Python using glob.glob() which does not expand tilde) (#1618)
1 parent 7251fb1 commit c5ce5c0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -311,4 +311,4 @@ jobs:
311311
uses: eine/tip@master
312312
with:
313313
token: ${{ secrets.GITHUB_TOKEN }}
314-
files: ~/work/_temp/_github_home/figures/*.mp4
314+
files: /*/runner/work/_temp/_github_home/figures/*.mp4

0 commit comments

Comments
 (0)