Skip to content

Commit 218bf5f

Browse files
chore: Remove updating Unity version for Samples (#2294)
1 parent 7673311 commit 218bf5f

File tree

2 files changed

+1
-7
lines changed

2 files changed

+1
-7
lines changed

.github/workflows/update-deps.yml

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -60,12 +60,6 @@ jobs:
6060
with:
6161
ssh-key: ${{ secrets.CI_DEPLOY_KEY }}
6262

63-
- name: Update sample ProjectVersion.txt
64-
if: ${{ matrix.unity-prefix == '2020.3' }}
65-
run: |
66-
"m_EditorVersion: ${{ steps.version-select.outputs.version }}`nm_EditorVersionWithRevision: ${{ steps.version-select.outputs.version }} (${{ steps.version-select.outputs.changeset }})" `
67-
| Out-File "samples\unity-of-bugs\ProjectSettings\ProjectVersion.txt"
68-
6963
- name: Update ci-env.ps1
7064
run: |
7165
$file = "scripts/ci-env.ps1"
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
m_EditorVersion: 2020.3.48f1
2-
m_EditorVersionWithRevision: 2020.3.48f1 (b805b124c6b7)
2+
m_EditorVersionWithRevision: 2020.3.48f1 (b805b124c6b7)

0 commit comments

Comments
 (0)