From 68804a357de5415d3c8091b680c6f2a254918476 Mon Sep 17 00:00:00 2001 From: WerWolv Date: Fri, 25 Jul 2025 19:49:28 +0200 Subject: [PATCH] git: Make sure Web build doesn't fail in forks --- .github/workflows/build.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 1291096ad..f299979be 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -1231,12 +1231,14 @@ jobs: docker buildx build . -f dist/web/Dockerfile --progress=plain --build-arg 'JOBS=4' --output out/nightly --target raw - name: ⬇️ Download Release + if: ${{ github.event.repository.fork == false }} uses: robinraju/release-downloader@v1 with: latest: true fileName: 'imhex-*-Web.zip' - name: 🔨 Fix permissions + if: ${{ github.event.repository.fork == false }} run: | unzip imhex-*-Web.zip -d out chmod -c -R +rX "out/"