Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/main' into feature/plugin-scripting
Browse files Browse the repository at this point in the history
  • Loading branch information
andybak committed Oct 5, 2024
2 parents 1713b6c + 5282a4c commit c13ee18
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -907,7 +907,7 @@ jobs:
- name: Restore steam login config
run: |
mkdir -p /home/runner/Steam/config
echo "${{ secrets.STEAM_CONFIG_VDF}}" | base64 -d - > /home/runner/Steam/config/config.vdf
echo "${{ secrets.STEAM_CONFIG_VDF}}" | base64 -d - | gunzip - > /home/runner/Steam/config/config.vdf
md5sum /home/runner/Steam/config/config.vdf
- name: Download Build Artifacts (Windows OpenXR)
uses: actions/download-artifact@v4
Expand Down Expand Up @@ -948,7 +948,7 @@ jobs:
CHANNEL: beta
- name: Update steam login secret
run: |
base64 -i /home/runner/Steam/config/config.vdf | gh secret set --visibility all --org icosa-foundation STEAM_CONFIG_VDF
gzip /home/runner/Steam/config/config.vdf -c | base64 | gh secret set --visibility all --org icosa-foundation STEAM_CONFIG_VDF
md5sum /home/runner/Steam/config/config.vdf
env:
GITHUB_TOKEN: ${{ secrets.SECRET_UPDATER_PAT }}
Expand Down
2 changes: 1 addition & 1 deletion Packages/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
"com.unity.xr.oculus": "4.2.0",
"com.unity.xr.openxr": "1.10.0",
"moonsharp": "https://github.com/icosa-mirror/moonsharp-unity-upm.git",
"com.zappar.xr.zapbox": "https://github.com/zappar-xr/zapbox-xr-sdk.git#3296cbf5046369801027a821fe9ff6082431a605",
"com.zappar.xr.zapbox": "https://github.com/zappar-xr/zapbox-xr-sdk.git#43697771ed65efee02d5b1743141b8179444c147",
"org.khronos.unitygltf": "https://github.com/icosa-mirror/UnityGLTF.git",
"org.nuget.google.apis": "1.64.0",
"org.nuget.google.apis.auth": "1.64.0",
Expand Down
4 changes: 2 additions & 2 deletions Packages/packages-lock.json
Original file line number Diff line number Diff line change
Expand Up @@ -368,14 +368,14 @@
"hash": "6554bc1dce4f363437c6a9d42719f2756f24cf49"
},
"com.zappar.xr.zapbox": {
"version": "https://github.com/zappar-xr/zapbox-xr-sdk.git#3296cbf5046369801027a821fe9ff6082431a605",
"version": "https://github.com/zappar-xr/zapbox-xr-sdk.git#43697771ed65efee02d5b1743141b8179444c147",
"depth": 0,
"source": "git",
"dependencies": {
"com.unity.xr.management": "3.2.9",
"com.unity.xr.legacyinputhelpers": "2.1.4"
},
"hash": "3296cbf5046369801027a821fe9ff6082431a605"
"hash": "43697771ed65efee02d5b1743141b8179444c147"
},
"moonsharp": {
"version": "https://github.com/icosa-mirror/moonsharp-unity-upm.git",
Expand Down

0 comments on commit c13ee18

Please sign in to comment.