Skip to content

Commit

Permalink
Add wwise to correct project when updateing SML
Browse files Browse the repository at this point in the history
  • Loading branch information
mircearoata authored Sep 6, 2023
1 parent 93b1194 commit aff9f4f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/updateSML.yml
Original file line number Diff line number Diff line change
Expand Up @@ -163,7 +163,7 @@ jobs:
run: |
gh release download --repo mircearoata/wwise-cli -p "wwise-cli.exe"
./wwise-cli.exe download --sdk-version "2022.1.3.8179" --filter Packages=SDK --filter DeploymentPlatforms=Windows_vc140 --filter DeploymentPlatforms=Windows_vc150 --filter DeploymentPlatforms=Windows_vc160 --filter DeploymentPlatforms=Windows_vc170 --filter DeploymentPlatforms=Linux --filter DeploymentPlatforms=
./wwise-cli.exe integrate-ue --integration-version "2022.1.3.2621" --project "sfm\FactoryGame\FactoryGame.uproject"
./wwise-cli.exe integrate-ue --integration-version "2022.1.3.2621" --project "SML\FactoryGame.uproject"
env:
WWISE_EMAIL: ${{ secrets.WWISE_EMAIL }}
WWISE_PASSWORD: ${{ secrets.WWISE_PASSWORD }}
Expand Down

0 comments on commit aff9f4f

Please sign in to comment.