File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -25,10 +25,10 @@ jobs:
2525 run : echo ::set-output name=VERSION::${GITHUB_REF/refs\/tags\//}
2626 - name : Link source Into Workspace
2727 run : |
28- mkdir -p $HOME/bowler-workspace/gitcache/github.com/${{ github.repository_owner }}/
29- ln -s . $HOME/bowler-workspace/gitcache/github.com/${{ github.repository_owner }}/
30- ls -al $HOME/bowler-workspace/gitcache/github.com/
31- ls -al $HOME/bowler-workspace/gitcache/github.com/${{ github.repository_owner }}/
28+ mkdir -p $HOME/bowler-workspace/gitcache/github.com/${{ github.repository_owner }}/
29+ ln -s . $HOME/bowler-workspace/gitcache/github.com/${{ github.repository_owner }}/
30+ ls -al $HOME/bowler-workspace/gitcache/github.com/
31+ ls -al $HOME/bowler-workspace/gitcache/github.com/${{ github.repository_owner }}/
3232
3333 - name : Install libraries
3434 run : |
You can’t perform that action at this time.
0 commit comments