mirror of
https://github.com/game-ci/unity-builder.git
synced 2026-01-29 12:19:06 +08:00
Compare commits
2 Commits
v2.0-alpha
...
check-inte
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
03391a19f1 | ||
|
|
fdcb37075f |
4
.github/workflows/main.yml
vendored
4
.github/workflows/main.yml
vendored
@@ -2,7 +2,7 @@ name: Actions 😎
|
|||||||
|
|
||||||
on:
|
on:
|
||||||
pull_request: {}
|
pull_request: {}
|
||||||
push: { branches: [master] }
|
push: { branches: [master, check-internal-push] }
|
||||||
|
|
||||||
env:
|
env:
|
||||||
CODECOV_TOKEN: '2f2eb890-30e2-4724-83eb-7633832cf0de'
|
CODECOV_TOKEN: '2f2eb890-30e2-4724-83eb-7633832cf0de'
|
||||||
@@ -67,7 +67,7 @@ jobs:
|
|||||||
restore-keys: |
|
restore-keys: |
|
||||||
Library-${{ matrix.projectPath }}-
|
Library-${{ matrix.projectPath }}-
|
||||||
Library-
|
Library-
|
||||||
- uses: ./
|
- uses: webbertakken/unity-builder@8ae8dbb
|
||||||
env:
|
env:
|
||||||
UNITY_LICENSE: ${{ matrix.license }}
|
UNITY_LICENSE: ${{ matrix.license }}
|
||||||
with:
|
with:
|
||||||
|
|||||||
Reference in New Issue
Block a user