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 28a8c69 commit 6d12e2d
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -105,11 +105,12 @@ jobs:
UNITY_PASSWORD: ${{ secrets.UNITY_PASSWORD }}
with:
targetPlatform: WebGL
projectPath: test_game

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

- name: Download artifact
uses: actions/download-artifact@v2
Expand Down

0 comments on commit 6d12e2d

Please sign in to comment.