This commit is contained in:
Jesse Bannon 2023-02-23 11:08:02 -08:00
parent 0b103d6226
commit caaabbba46

View file

@ -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' }}