git: Make sure Web build doesn't fail in forks

This commit is contained in:
WerWolv
2025-07-25 19:49:28 +02:00
parent 78a449d6d3
commit 68804a357d

View File

@@ -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/"