diff --git a/.github/workflows/CI.yml b/.github/workflows/CI.yml index 32dfd46..b9047c3 100644 --- a/.github/workflows/CI.yml +++ b/.github/workflows/CI.yml @@ -85,7 +85,7 @@ jobs: - name: Get the ISO script run: | - cp ${{ github.workspace }}/.github/workflows/iso.sh ${{ github.workspace }}/output/iso.sh + sudo cp ${{ github.workspace }}/.github/workflows/iso.sh ${{ github.workspace }}/output/iso.sh - name: Release if: github.ref == 'refs/heads/jammy'