Skip to content

Commit

Permalink
test1
Browse files Browse the repository at this point in the history
  • Loading branch information
SamanthaVS-BBD authored Feb 28, 2024
1 parent 751fb7e commit c53e5a7
Showing 1 changed file with 13 additions and 10 deletions.
23 changes: 13 additions & 10 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -105,22 +105,25 @@ jobs:
UNITY_PASSWORD: ${{ secrets.UNITY_PASSWORD }}
with:
targetPlatform: WebGL
projectPath: test_game
projectPath: test_game/game-build

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

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

- name: Download WebGL build artifacts
uses: actions/download-artifact@v2
with:
name: build-WebGL
path: server
name: WebGL artifacts
path: server/public

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

- name: List contents of server directory
run: ls -la server

- name: List contents of test_game directory
run: ls -la test_game

- name: List contents of server/public directory
run: ls -la server/public

0 comments on commit c53e5a7

Please sign in to comment.