From cf1681401fb22db1b5260f63d3d542a75b53fa31 Mon Sep 17 00:00:00 2001 From: Emmanouil Papadeas Date: Mon, 4 Sep 2023 17:00:25 +0300 Subject: [PATCH] Add names to the CI steps added in the previous commit --- .github/workflows/dev-web.yml | 1 + .github/workflows/release.yml | 1 + 2 files changed, 2 insertions(+) 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