Skip to content

Commit

Permalink
add public folder
Browse files Browse the repository at this point in the history
  • Loading branch information
SamanthaVS-BBD authored Feb 27, 2024
1 parent 0f60394 commit d491daa
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -111,3 +111,9 @@ jobs:
with:
name: build-WebGL
path: test_game/game-build

- name: Create public folder
run: mkdir -p server/public

- name: Unzip artifact
run: unzip -o test_game/game-build -d server/public

0 comments on commit d491daa

Please sign in to comment.