Skip to content

Commit

Permalink
build(deps): Update packaged TTIK version (#147)
Browse files Browse the repository at this point in the history
Release-As: 1.0.0
  • Loading branch information
Xenira committed Mar 14, 2024
1 parent a47eefd commit 559c3e5
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release-please.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ name: release-please
env:
MOD_NAME: "techtonica_vr"
PI_UTILS_VERSION: "0.2.0"
TTIK_VERSION: "0.2.0"
TTIK_VERSION: "0.2.2"
TOBEY_UNITY_AUDIO_VERSION: "2.0.2"

jobs:
Expand Down Expand Up @@ -62,7 +62,7 @@ jobs:
if: ${{ steps.release.outputs.release_created }}
run: |
cd artifact && npx downdoc -a env-github -a env-thunderstore README.adoc && zip -r ${{ env.MOD_NAME }}-${{ steps.release.outputs.tag_name }}-thunderstore.zip ./ && cd ..
mv artifact${{ env.MOD_NAME }}-${{ steps.release.outputs.tag_name }}-thunderstore.zip .
mv artifact/${{ env.MOD_NAME }}-${{ steps.release.outputs.tag_name }}-thunderstore.zip .
rm artifact/README.md
unzip Tobey.UnityAudio.zip -d ./artifact/
unzip -n pi_utils-v${{ env.PI_UTILS_VERSION }}.zip -d ./artifact/
Expand Down
5 changes: 3 additions & 2 deletions .vscode/settings.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@
"sound",
"deps",
"thunderstore",
"config"
"config",
"assets"
]
}
}

0 comments on commit 559c3e5

Please sign in to comment.