diff --git a/.github/workflows/dev-web.yml b/.github/workflows/dev-web.yml index ba807fbb2..69b44af99 100644 --- a/.github/workflows/dev-web.yml +++ b/.github/workflows/dev-web.yml @@ -34,6 +34,7 @@ jobs: apt-get update && apt-get install -y rsync # Workaround for SharedArrayBuffer support on GitHub Pages # See: https://github.com/godotengine/godot-docs/issues/7084 + - name: Enable SharedArrayBuffer for GitHub Pages - run: | cd ./build/web curl -fsSL https://github.com/gzuidhof/coi-serviceworker/raw/master/coi-serviceworker.js > coi-serviceworker.js diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index b9ec5eafe..187469cf0 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -198,6 +198,7 @@ jobs: butler push ./build/web ${{ secrets.ITCHIO_USERNAME }}/${{ secrets.ITCHIO_GAME }}:web --userversion ${{env.TAG}} # Workaround for SharedArrayBuffer support on GitHub Pages # See: https://github.com/godotengine/godot-docs/issues/7084 + - name: Enable SharedArrayBuffer for GitHub Pages - run: | cd ./build/web curl -fsSL https://github.com/gzuidhof/coi-serviceworker/raw/master/coi-serviceworker.js > coi-serviceworker.js