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 8ef2ef1 commit 751fb7e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -113,13 +113,13 @@ jobs:
- uses: actions/upload-artifact@v2
with:
name: build-WebGL
path: server/public
path: server

- 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/public
run: ls -la server

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

0 comments on commit 751fb7e

Please sign in to comment.