diff --git a/.github/workflows/dump_and_merge.yml b/.github/workflows/dump_and_merge.yml index f07c505f415..d0ba7bb602c 100644 --- a/.github/workflows/dump_and_merge.yml +++ b/.github/workflows/dump_and_merge.yml @@ -63,7 +63,7 @@ jobs: - name: Write exes.txt run: echo -e "Wow.exe;Wow.exe\nWowT.exe;Wow.exe\nWowB.exe;Wow.exe\nWowClassic.exe;Wow.exe\nWowClassicT.exe;Wow.exe\nWowClassicB.exe;Wow.exe" > $PWD/exes.txt - name: Run TACTTool - run: dotnet run --project TACTSharp/TACTTool/TACTTool.csproj --configuration Release -- -p ${{ github.event.inputs.product }} -m list -i $PWD/exes.txt -o extract + run: dotnet run --project TACTSharp/TACTTool/TACTTool.csproj --configuration Release -- -p ${{ github.event.inputs.product }} -b ${{ github.event.inputs.config }} -m list -i $PWD/exes.txt -o extract env: DOTNET_NOLOGO: 1 DOTNET_CLI_TELEMETRY_OPTOUT: 1