Skip to content

Commit

Permalink
Update main.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
oliexe authored Jun 20, 2024
1 parent 0aabedb commit 76b7430
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ on: [push, pull_request]

jobs:
build:
name: Build SDK & Sample Scenes
name: Test Package & Sample Scenes
runs-on: ubuntu-latest
steps:
# Checkout
Expand All @@ -29,7 +29,7 @@ jobs:
UNITY_EMAIL: ${{ secrets.UNITY_EMAIL }}
UNITY_PASSWORD: ${{ secrets.UNITY_PASSWORD }}
with:
targetPlatform: Android
targetPlatform: StandaloneWindows64

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

0 comments on commit 76b7430

Please sign in to comment.