File tree Expand file tree Collapse file tree 2 files changed +1
-7
lines changed
samples/unity-of-bugs/ProjectSettings Expand file tree Collapse file tree 2 files changed +1
-7
lines changed Original file line number Diff line number Diff line change 60
60
with :
61
61
ssh-key : ${{ secrets.CI_DEPLOY_KEY }}
62
62
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
-
69
63
- name : Update ci-env.ps1
70
64
run : |
71
65
$file = "scripts/ci-env.ps1"
Original file line number Diff line number Diff line change 1
1
m_EditorVersion: 2020.3.48f1
2
- m_EditorVersionWithRevision: 2020.3.48f1 (b805b124c6b7)
2
+ m_EditorVersionWithRevision: 2020.3.48f1 (b805b124c6b7)
You can’t perform that action at this time.
0 commit comments