Skip to content

Commit

Permalink
download artifact
Browse files Browse the repository at this point in the history
  • Loading branch information
SamanthaVS-BBD authored Feb 27, 2024
1 parent aeff4dd commit e76b20c
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 @@ -112,6 +112,12 @@ jobs:
name: build-WebGL
path: test_game

- name: Download artifact
uses: actions/download-artifact@v2
with:
name: build-WebGL
path: test_game/game-build

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

Expand Down

0 comments on commit e76b20c

Please sign in to comment.