Skip to content

Commit

Permalink
feat: add ci to project
Browse files Browse the repository at this point in the history
  • Loading branch information
logicalangel committed Aug 23, 2024
1 parent 0e6d78a commit c19825b
Showing 1 changed file with 0 additions and 10 deletions.
10 changes: 0 additions & 10 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,16 +23,6 @@ jobs:
key: Library
restore-keys: Library-

# Build
- name: Build project
uses: game-ci/unity-builder@v4
env:
UNITY_LICENSE: ${{ secrets.UNITY_LICENSE }}
UNITY_EMAIL: ${{ secrets.UNITY_EMAIL }}
UNITY_PASSWORD: ${{ secrets.UNITY_PASSWORD }}
with:
targetPlatform: WebGL

- uses: montudor/action-zip@v1
with:
args: zip -qq -r dynamicpixels-unity.zip .
Expand Down

0 comments on commit c19825b

Please sign in to comment.