Skip to content

Commit

Permalink
Small fix for path for build output webgl
Browse files Browse the repository at this point in the history
  • Loading branch information
devedse committed Sep 29, 2023
1 parent d428e4e commit 1bdbc86
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/githubactionsbuilds.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ jobs:
- uses: actions/upload-artifact@v3
with:
name: build_linux_WebGL
path: UnityGame/build/WebGL
path: build/WebGL

# Docker build steps
- name: Set up QEMU
Expand Down

0 comments on commit 1bdbc86

Please sign in to comment.