add --volumes-from=${{ env.JOB_CONTAINER_NAME }}

This commit is contained in:
Kirill Chikalin
2025-03-04 10:46:44 +03:00
parent ad4a53c4ce
commit 0368daba42

View File

@@ -45,8 +45,7 @@ jobs:
with: with:
path: Library path: Library
key: Library-${{ matrix.targetPlatform }} key: Library-${{ matrix.targetPlatform }}
- uses: https://git.chikalin.space/unity/unity-builder@3f0b142a5a1333f6b746a17b13a92db8219c9f5d - uses: https://git.chikalin.space/unity/unity-builder@f685e64b813aa72a6e0b45f4c0ac1a44e7cec87b
options: --volumes-from=${{ env.JOB_CONTAINER_NAME }}
env: env:
UNITY_LICENSE: ${{ secrets.UNITY_LICENSE }} UNITY_LICENSE: ${{ secrets.UNITY_LICENSE }}
UNITY_EMAIL: ${{ secrets.UNITY_EMAIL }} UNITY_EMAIL: ${{ secrets.UNITY_EMAIL }}