Skip to content

Commit

Permalink
checking file contents
Browse files Browse the repository at this point in the history
  • Loading branch information
SamanthaVS-BBD authored Feb 27, 2024
1 parent d491daa commit 61b8c73
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 @@ -115,5 +115,11 @@ jobs:
- name: Create public folder
run: mkdir -p server/public

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

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

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

0 comments on commit 61b8c73

Please sign in to comment.