Skip to content

Commit

Permalink
fix: upload webgl template
Browse files Browse the repository at this point in the history
  • Loading branch information
plyr4 committed Feb 17, 2024
1 parent e71a33f commit 07c2272
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,12 +55,12 @@ jobs:
# docker rmi $(docker image ls -aq)
# df -h
#
# - name: upload webgl template
# uses: actions/upload-artifact@v4
# if: matrix.targetPlatform == 'WebGL'
# with:
# name: WebGL-Template
# path: WebGL
- name: upload webgl template
uses: actions/upload-artifact@v4
if: matrix.targetPlatform == 'WebGL'
with:
name: WebGL-Template
path: WebGL
#
# - name: cache Library
# uses: actions/cache@v3
Expand Down

0 comments on commit 07c2272

Please sign in to comment.