2 Commits

Author SHA1 Message Date
02ddb73665 ci: trying with custom LFS action
Some checks failed
Create tag, test, build and upload / BumpTag (push) Successful in 9s
Create tag, test, build and upload / Test (editmode) (push) Failing after 2m7s
Create tag, test, build and upload / Test (playmode) (push) Failing after 4m11s
Create tag, test, build and upload / Test (standalone) (push) Failing after 4m0s
Create tag, test, build and upload / Build (StandaloneLinux64) (push) Has been skipped
Create tag, test, build and upload / Build (StandaloneWindows) (push) Has been skipped
Create tag, test, build and upload / Build (WebGL) (push) Has been skipped
2025-06-19 09:14:16 +02:00
8c62ccfd58 ci: with lfs installed
Some checks failed
Create tag, test, build and upload / BumpTag (push) Successful in 9s
Create tag, test, build and upload / Test (playmode) (push) Has been cancelled
Create tag, test, build and upload / Test (standalone) (push) Has been cancelled
Create tag, test, build and upload / Build (StandaloneLinux64) (push) Has been cancelled
Create tag, test, build and upload / Build (StandaloneWindows) (push) Has been cancelled
Create tag, test, build and upload / Build (WebGL) (push) Has been cancelled
Create tag, test, build and upload / Test (editmode) (push) Has been cancelled
2025-06-19 08:35:48 +02:00
2 changed files with 10 additions and 12 deletions

View File

@ -24,7 +24,6 @@ jobs:
id: bump-tag id: bump-tag
uses: anothrNick/github-tag-action@v1 uses: anothrNick/github-tag-action@v1
env: env:
GITHUB_TOKEN: ${{ secrets.TOKEN }}
GIT_API_TAGGING: false GIT_API_TAGGING: false
WITH_V: true WITH_V: true
PRERELEASE: false PRERELEASE: false
@ -42,13 +41,13 @@ jobs:
- standalone - standalone
steps: steps:
- name: Checkout - name: Checkout with LFS
uses: actions/checkout@v4 uses: https://git.game-dev.space/minimata/checkout-lfs.git@main
with: with:
lfs: true checkout-version: 4
# Cache # Cache
- uses: actions/cache@v3 - uses: actions/cache@v4
with: with:
path: Library path: Library
key: Library-${{ hashFiles('Assets/**', 'Packages/**', 'ProjectSettings/**') }} key: Library-${{ hashFiles('Assets/**', 'Packages/**', 'ProjectSettings/**') }}
@ -99,13 +98,13 @@ jobs:
- StandaloneWindows # Build a Windows 64-bit standalone. - StandaloneWindows # Build a Windows 64-bit standalone.
steps: steps:
- name: Checkout - name: Checkout with LFS
uses: actions/checkout@v4 uses: https://git.game-dev.space/minimata/checkout-lfs.git@main
with: with:
lfs: true checkout-version: 4
# Cache # Cache
- uses: actions/cache@v3 - uses: actions/cache@v4
with: with:
path: Library path: Library
key: Library-${{ hashFiles('Assets/**', 'Packages/**', 'ProjectSettings/**') }} key: Library-${{ hashFiles('Assets/**', 'Packages/**', 'ProjectSettings/**') }}

View File

@ -141,8 +141,7 @@ PlayerSettings:
visionOSBundleVersion: 1.0 visionOSBundleVersion: 1.0
tvOSBundleVersion: 1.0 tvOSBundleVersion: 1.0
bundleVersion: 0.1.0 bundleVersion: 0.1.0
preloadedAssets: preloadedAssets: []
- {fileID: -944628639613478452, guid: 052faaac586de48259a63d0c4782560b, type: 3}
metroInputSource: 0 metroInputSource: 0
wsaTransparentSwapchain: 0 wsaTransparentSwapchain: 0
m_HolographicPauseOnTrackingLoss: 1 m_HolographicPauseOnTrackingLoss: 1