Skip to content

Commit

Permalink
Update reusable-release.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
madhephaestus authored Mar 30, 2022
1 parent 22cf22e commit 33c1eae
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/reusable-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,10 +25,10 @@ jobs:
run: echo ::set-output name=VERSION::${GITHUB_REF/refs\/tags\//}
- name: Link source Into Workspace
run: |
mkdir -p $HOME/bowler-workspace/gitcache/github.com/${{ github.repository_owner }}/
ln -s . $HOME/bowler-workspace/gitcache/github.com/${{ github.repository_owner }}/
ls -al $HOME/bowler-workspace/gitcache/github.com/
ls -al $HOME/bowler-workspace/gitcache/github.com/${{ github.repository_owner }}/
mkdir -p $HOME/bowler-workspace/gitcache/github.com/${{ github.repository_owner }}/
ln -s . $HOME/bowler-workspace/gitcache/github.com/${{ github.repository_owner }}/
ls -al $HOME/bowler-workspace/gitcache/github.com/
ls -al $HOME/bowler-workspace/gitcache/github.com/${{ github.repository_owner }}/
- name: Install libraries
run: |
Expand Down

0 comments on commit 33c1eae

Please sign in to comment.