Skip to content

Commit

Permalink
Use package
Browse files Browse the repository at this point in the history
  • Loading branch information
konraddysput committed Jan 31, 2024
1 parent e97f233 commit c304529
Showing 1 changed file with 3 additions and 8 deletions.
11 changes: 3 additions & 8 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,13 +21,6 @@ jobs:
restore-keys: |
Library-
- name: fix symlink issue
run: |
rm ./Demo~/Assets/Plugins/backtrace-unity
mkdir ./Demo~/Assets/Plugins/backtrace-unity
cp -rf ./Android ./Editor ./iOS ./Runtime ./Tests ./Windows ./package.json ./Demo~/Assets/Plugins/backtrace-unity
mkdir project
mv ./Demo~/* ./project
# Test
- name: Run tests
uses: game-ci/unity-test-runner@v4
Expand All @@ -36,7 +29,8 @@ jobs:
UNITY_EMAIL: ${{ secrets.UNITY_EMAIL }}
UNITY_PASSWORD: ${{ secrets.UNITY_PASSWORD }}
with:
projectPath: ./project
packageMode: true
unityVersion: "2020.3.20f1"

# Build
- name: Build project
Expand All @@ -48,6 +42,7 @@ jobs:
with:
projectPath: ./project
targetPlatform: WebGL
packageMode: true

# Output
- uses: actions/upload-artifact@v3
Expand Down

0 comments on commit c304529

Please sign in to comment.