mirror of
https://github.com/RHeavenStudioPlus/HeavenStudioPlus.git
synced 2024-11-08 10:45:09 +00:00
update workflows
This commit is contained in:
parent
434c4845d7
commit
bd4147b966
2 changed files with 4 additions and 4 deletions
2
.github/workflows/activation.yml
vendored
2
.github/workflows/activation.yml
vendored
|
@ -15,7 +15,7 @@ jobs:
|
|||
|
||||
# Upload artifact (Unity_v20XX.X.XXXX.alf)
|
||||
- name: Expose as artifact
|
||||
uses: actions/upload-artifact@v2
|
||||
uses: actions/upload-artifact@v4
|
||||
with:
|
||||
name: ${{ steps.getManualLicenseFile.outputs.filePath }}
|
||||
path: ${{ steps.getManualLicenseFile.outputs.filePath }}
|
6
.github/workflows/build.yml
vendored
6
.github/workflows/build.yml
vendored
|
@ -35,12 +35,12 @@ jobs:
|
|||
swap-storage: false
|
||||
|
||||
- name: Checkout repository
|
||||
uses: actions/checkout@v3
|
||||
uses: actions/checkout@v4
|
||||
# with:
|
||||
# lfs: true
|
||||
|
||||
# Cache reused Library files to speed up compilation
|
||||
- uses: actions/cache@v3
|
||||
- uses: actions/cache@v4.0.0
|
||||
with:
|
||||
path: Library
|
||||
key: Library-${{ hashFiles('Assets/**', 'Packages/**', 'ProjectSettings/**') }}
|
||||
|
@ -56,7 +56,7 @@ jobs:
|
|||
# githubToken: ${{ secrets.GITHUB_TOKEN }}
|
||||
|
||||
- name: Build project
|
||||
uses: game-ci/unity-builder@v2
|
||||
uses: game-ci/unity-builder@v4
|
||||
env:
|
||||
UNITY_LICENSE: ${{ secrets.UNITY_LICENSE }}
|
||||
UNITY_EMAIL: ${{ secrets.UNITY_EMAIL }}
|
||||
|
|
Loading…
Reference in a new issue