Skip to content

Commit 5caab7a

Browse files
committed
error fix
1 parent 6514b35 commit 5caab7a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/reusable-release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232
- name: Link source Into Workspace 3
3333
run: ls -al $HOME/bowler-workspace/gitcache/github.com/
3434
- name: Link source Into Workspace 4
35-
run: ls -al $HOME/bowler-workspace/gitcache/github.com/${{ github.repository_owner }}/
35+
run: ls -al $HOME/bowler-workspace/gitcache/github.com/*/
3636

3737
- name: Install libraries
3838
run: |

0 commit comments

Comments
 (0)