This commit is contained in:
Jesse Bannon 2023-02-23 12:19:22 -08:00
parent 40fae2ff73
commit d5aec0999f

View file

@ -179,12 +179,6 @@ jobs:
- name: Inspect build directory - name: Inspect build directory
run: | run: |
ls -lh /opt/builds ls -lh /opt/builds
sudo find / | grep ytdl-sub | true
- name: Move linux build into dir with other builds
run: |
sudo mv /root/opt/builds/* /opt/builds
sudo chown -R runner:docker /opt/builds
- name: Create Release - name: Create Release
if: ${{ github.ref == 'refs/heads/master' }} if: ${{ github.ref == 'refs/heads/master' }}