Skip to content

Commit

Permalink
make the symlink
Browse files Browse the repository at this point in the history
  • Loading branch information
madhephaestus committed Mar 30, 2022
1 parent bd2ed39 commit 4a1b52b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/reusable-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
- name: Link source Into Workspace 1
run: mkdir -p $HOME/bowler-workspace/gitcache/github.com/${{ github.repository_owner }}/
- name: Link source Into Workspace 2
run: ln -s . $HOME/bowler-workspace/gitcache/github.com/${{ github.repository_owner }}/
run: ln -s ../${{ github.event.repository.name }}/ $HOME/bowler-workspace/gitcache/github.com/${{ github.repository_owner }}/
- name: Link source Into Workspace 3
run: ls -al $HOME/bowler-workspace/gitcache/github.com/

Expand Down

0 comments on commit 4a1b52b

Please sign in to comment.