Skip to content

Commit bcb81e8

Browse files
committed
Update InstallerUnityVersion to 2021.3.45f1 in release workflows
1 parent f1b40c5 commit bcb81e8

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
echo "InstallerProjectPath=./Installer" >> $GITHUB_OUTPUT
2424
echo "InstallerFileName=Gyroscope-Parallax-Installer" >> $GITHUB_OUTPUT
2525
echo "InstallerExportMethod=com.IvanMurzak.Unity.Gyroscope.Parallax.Installer.PackageExporter.ExportPackage" >> $GITHUB_OUTPUT
26-
echo "InstallerUnityVersion=2020.3.36f1" >> $GITHUB_OUTPUT
26+
echo "InstallerUnityVersion=2021.3.45f1" >> $GITHUB_OUTPUT
2727
2828
check-version-tag:
2929
needs: setup

.github/workflows/test_pull_request.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
echo "InstallerProjectPath=./Installer" >> $GITHUB_OUTPUT
2424
echo "InstallerFileName=Gyroscope-Parallax-Installer" >> $GITHUB_OUTPUT
2525
echo "InstallerExportMethod=com.IvanMurzak.Unity.Gyroscope.Parallax.Installer.PackageExporter.ExportPackage" >> $GITHUB_OUTPUT
26-
echo "InstallerUnityVersion=2020.3.36f1" >> $GITHUB_OUTPUT
26+
echo "InstallerUnityVersion=2021.3.45f1" >> $GITHUB_OUTPUT
2727
2828
# --- EDIT MODE ---
2929

0 commit comments

Comments
 (0)