Skip to content

Commit

Permalink
Add coi-serviceworker
Browse files Browse the repository at this point in the history
  • Loading branch information
smileynet authored Oct 22, 2023
1 parent 13f1c16 commit e89eab3
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/release-export.yml
Original file line number Diff line number Diff line change
Expand Up @@ -98,6 +98,10 @@ jobs:
run: |
mkdir -v -p builds/web-${{ github.ref_name }}
godot -v --headless --export-release "Web" ./builds/web-${{ github.ref_name }}/index.html
- name: Add coi-service-worker
run: |
git clone https://github.com/gzuidhof/coi-serviceworker.git
mv coi-serviceworker/coi-serviceworker.js builds/web-${{ github.ref_name }}/coi-serviceworker.js
- name: Upload Artifact
uses: actions/upload-artifact@v3
with:
Expand Down

0 comments on commit e89eab3

Please sign in to comment.