diff --git a/.github/workflows/sh-build-iso-rocm.yml b/.github/workflows/sh-build-iso-rocm.yml index cea9fea..eb8b474 100644 --- a/.github/workflows/sh-build-iso-rocm.yml +++ b/.github/workflows/sh-build-iso-rocm.yml @@ -17,8 +17,6 @@ jobs: - name: Set correct permissions run: | sudo chown -R $USER:$USER "$GITHUB_WORKSPACE" - echo "$GITHUB_WORKSPACE" - ls -la "$GITHUB_WORKSPACE" - name: Checkout repository uses: actions/checkout@v4 @@ -61,4 +59,4 @@ jobs: uses: actions/upload-artifact@v4 with: name: archiso-output - path: out/ + path: out/ \ No newline at end of file