Skip to content

Commit 1dc8972

Browse files
committed
Add CI comment explaining Wwise version mismatch
1 parent 5e11331 commit 1dc8972

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

.github/workflows/build.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -174,6 +174,7 @@ jobs:
174174
chmod +x ./wwise-cli
175175
# Discard stdout to not show signed download URLs while they are still valid
176176
./wwise-cli download --sdk-version "2023.1.14.8770" --filter Packages=SDK --filter DeploymentPlatforms=Windows_vc160 --filter DeploymentPlatforms=Windows_vc170 --filter DeploymentPlatforms=Linux --filter DeploymentPlatforms= >/dev/null
177+
# Note that sdk-version and integration-version are intentionally different - wwise's API uses the first 3 version portions, skips the 4th, and adds a 5th 'integration' portion you can find in the launcher
177178
./wwise-cli integrate-ue --integration-version "2023.1.14.3555" --project "/tmp/work/SML/FactoryGame.uproject" >/dev/null
178179
env:
179180
GH_TOKEN: ${{ secrets.BOT_TOKEN }}

0 commit comments

Comments
 (0)