Skip to content

Commit

Permalink
Update main.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
SamanthaVS-BBD authored Feb 27, 2024
1 parent 6d12e2d commit e9d0827
Showing 1 changed file with 4 additions and 10 deletions.
14 changes: 4 additions & 10 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -107,19 +107,13 @@ jobs:
targetPlatform: WebGL
projectPath: test_game

- uses: actions/upload-artifact@v2
with:
name: build-WebGL
path: test_game/game-build
- name: Create public folder
run: mkdir -p server/public

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

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

- name: List contents of test_game/game-build directory
run: ls -la test_game/game-build
Expand Down

0 comments on commit e9d0827

Please sign in to comment.