mirror of
https://github.com/D4M13N-D3V/godot_template.git
synced 2025-03-14 10:04:59 +00:00
added something to have web artifacts zipped
This commit is contained in:
parent
e8390183e8
commit
da9e21414a
9
.github/workflows/game_web_ci.yml
vendored
9
.github/workflows/game_web_ci.yml
vendored
@ -45,6 +45,15 @@ jobs:
|
||||
user_name: "github-ci[bot]"
|
||||
user_email: "github-actions[bot]@users.noreply.github.com"
|
||||
commit_message: "UPDATE GITHUB PAGES"
|
||||
|
||||
- name: Zip Web artifacts
|
||||
run: zip -r game_web.zip build/web
|
||||
|
||||
- name: Upload Web artifacts
|
||||
uses: actions/upload-artifact@v4
|
||||
with:
|
||||
name: game_web
|
||||
path: game_web.zip
|
||||
linux:
|
||||
runs-on: ubuntu-latest
|
||||
permissions:
|
||||
|
Loading…
x
Reference in New Issue
Block a user