1
0
Fork 0
mirror of https://github.com/Orama-Interactive/Pixelorama.git synced 2025-01-18 09:09:47 +00:00

Add names to the CI steps added in the previous commit

This commit is contained in:
Emmanouil Papadeas 2023-09-04 17:00:25 +03:00
parent adbf1dc63f
commit cf1681401f
2 changed files with 2 additions and 0 deletions

View file

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

View file

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