Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
The table of contents is too big for display.
Diff view
Diff view
  •  
  •  
  •  
10 changes: 5 additions & 5 deletions .github/workflows/BuildGame.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v4
uses: actions/checkout@v4.2.2
with:
fetch-depth: 0
lfs: true
Expand All @@ -28,7 +28,7 @@ jobs:
run: git lfs ls-files -l | cut -d' ' -f1 | sort > .lfs-assets-id

- name: Restore LFS cache
uses: actions/cache@v4.0.2
uses: actions/cache@v4.2.3
id: lfs-cache
with:
path: .git/lfs
Expand All @@ -41,7 +41,7 @@ jobs:
git reset --hard
# Restore Library cache
- name: Restore Library cache
uses: actions/cache@v4.0.2
uses: actions/cache@v4.2.3
with:
path: ./Library
key: Library-{{ env.PROJECT_PATH }}
Expand All @@ -51,7 +51,7 @@ jobs:

# Restore Build cache
- name: Restore Build cache
uses: actions/cache@v4.0.2
uses: actions/cache@v4.2.3
with:
path: build
key: Build-{{ env.PROJECT_PATH }}
Expand All @@ -74,7 +74,7 @@ jobs:
- run: |
echo 'Project Version: ${{ steps.unityBuilder.outputs.buildVersion }}'

- uses: actions/upload-artifact@v4.3.3
- uses: actions/upload-artifact@v4.6.2
with:
name: ${{ github.event.repository.name }} ${{ steps.unityBuilder.outputs.buildVersion }} (${{ env.TARGET_PLATFORM }})
path: build/${{ env.TARGET_PLATFORM }}
2 changes: 1 addition & 1 deletion .github/workflows/CreateTag.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:

steps:
- name: Checkout code
uses: actions/checkout@v4
uses: actions/checkout@v4.2.2
with:
fetch-depth: 0
lfs: true
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/LicenseActivation.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:

# Upload artifact (Unity_v20XX.X.XXXX.alf)
- name: Expose as artifact
uses: actions/upload-artifact@v4.3.3
uses: actions/upload-artifact@v4.6.2
with:
name: ${{ steps.getManualLicenseFile.outputs.filePath }}
path: ${{ steps.getManualLicenseFile.outputs.filePath }}
9 changes: 4 additions & 5 deletions .github/workflows/UnitTests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,6 @@ jobs:
timeout-minutes: 60
name: Test in ${{ matrix.testMode }} 📝
runs-on: ubuntu-latest
# needs: [resharper]
strategy:
matrix:
testMode:
Expand All @@ -32,7 +31,7 @@ jobs:

steps:
- name: Checkout code
uses: actions/checkout@v4
uses: actions/checkout@v4.2.2
with:
fetch-depth: 0
lfs: true
Expand All @@ -42,7 +41,7 @@ jobs:
run: git lfs ls-files -l | cut -d' ' -f1 | sort > .lfs-assets-id

- name: Restore LFS cache
uses: actions/cache@v4.0.2
uses: actions/cache@v4.2.3
id: lfs-cache
with:
path: .git/lfs
Expand All @@ -56,7 +55,7 @@ jobs:

# Restore Library cache
- name: Restore Library cache
uses: actions/cache@v4.0.2
uses: actions/cache@v4.2.3
with:
path: ./Library
key: Library-{{ env.PROJECT_PATH }}
Expand All @@ -83,7 +82,7 @@ jobs:
with:
name: Test results for ${{ matrix.testMode }}
path: ${{ steps.tests.outputs.artifactsPath }}
- uses: actions/upload-artifact@v4.3.3
- uses: actions/upload-artifact@v4.6.2
if: always()
with:
name: Coverage results for ${{ matrix.testMode }}
Expand Down

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

7 changes: 7 additions & 0 deletions Assets/JMO Assets/WarFX/!WarFX Readme.txt.meta

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 0 additions & 2 deletions Assets/JMO Assets/WarFX/Demo.meta

This file was deleted.

2 changes: 0 additions & 2 deletions Assets/JMO Assets/WarFX/Demo/Assets.meta

This file was deleted.

38 changes: 0 additions & 38 deletions Assets/JMO Assets/WarFX/Demo/Assets/CFX_AutoStopLoopedEffect.cs

This file was deleted.

This file was deleted.

14 changes: 0 additions & 14 deletions Assets/JMO Assets/WarFX/Demo/Assets/CFX_Demo_RandomDir.cs

This file was deleted.

This file was deleted.

16 changes: 0 additions & 16 deletions Assets/JMO Assets/WarFX/Demo/Assets/CFX_Demo_RotateCamera.cs

This file was deleted.

This file was deleted.

25 changes: 0 additions & 25 deletions Assets/JMO Assets/WarFX/Demo/Assets/CFX_Demo_Translate.cs

This file was deleted.

This file was deleted.

Loading
Loading