chown
This commit is contained in:
parent
0b103d6226
commit
caaabbba46
1 changed files with 2 additions and 1 deletions
3
.github/workflows/release.yaml
vendored
3
.github/workflows/release.yaml
vendored
|
|
@ -202,7 +202,8 @@ jobs:
|
|||
|
||||
- name: Move linux build into dir with other builds
|
||||
run: |
|
||||
mv /root/opt/builds/* /opt/builds
|
||||
sudo mv /root/opt/builds/* /opt/builds
|
||||
sudo chown -R runner:docker /opt/builds
|
||||
|
||||
- name: Create Release
|
||||
if: ${{ github.ref == 'refs/heads/master' }}
|
||||
|
|
|
|||
Loading…
Reference in a new issue