Skip to content

Commit

Permalink
Should fix PlayerBot daily windows release
Browse files Browse the repository at this point in the history
  • Loading branch information
cyberium committed Mar 6, 2024
1 parent c2ffea8 commit 7785e51
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/windows-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,13 +27,13 @@ jobs:
- OPTIONAL_DEFINES: ""
TYPE: "default"

- OPTIONAL_DEFINES: "-DBUILD_EXTRACTORS=ON -DBUILD_PLAYERBOT=ON -DBUILD_AHBOT=ON -DBUILD_RECASTDEMOMOD=ON -DBUILD_GIT_ID=ON"
- OPTIONAL_DEFINES: "-DBUILD_EXTRACTORS=ON -DBUILD_PLAYERBOTS=ON -DBUILD_AHBOT=ON -DBUILD_RECASTDEMOMOD=ON -DBUILD_GIT_ID=ON"
TYPE: "with-all"

- OPTIONAL_DEFINES: "-DBUILD_PLAYERBOT=ON -DBUILD_AHBOT=ON"
- OPTIONAL_DEFINES: "-DBUILD_PLAYERBOTS=ON -DBUILD_AHBOT=ON"
TYPE: "with-playerbot-ahbot"

- OPTIONAL_DEFINES: "-DBUILD_PLAYERBOT=ON"
- OPTIONAL_DEFINES: "-DBUILD_PLAYERBOTS=ON"
TYPE: "with-playerbot"

- OPTIONAL_DEFINES: "-DBUILD_AHBOT=ON"
Expand Down Expand Up @@ -166,13 +166,13 @@ jobs:
details: |
**Branch:** ${{env.GIT_BRANCH}}
__**Windows Prebuilt Binaries**__
- [Default Download](${{github.server_url}}/${{ github.repository }}/releases/download/latest/${{env.DEFAULT_ARCH_NAME}})
- [All Options Enabled](${{github.server_url}}/${{ github.repository }}/releases/download/latest/${{env.ALL_ARCH_NAME}})
- [AHBot Enabled](${{github.server_url}}/${{ github.repository }}/releases/download/latest/${{env.AB_ARCH_NAME}})
- [PlayerBot Enabled](${{github.server_url}}/${{ github.repository }}/releases/download/latest/${{env.PB_ARCH_NAME}})
- [AHBot & PlayerBot Enabled](${{github.server_url}}/${{ github.repository }}/releases/download/latest/${{env.PB_AB_ARCH_NAME}})
If you find any bugs or issues please report them [here](https://github.com/cmangos/issues/issues/new/choose).
footer: Created by the CMaNGOS Team!
webhookUrl: ${{ secrets.DISCORD_WEBHOOK_RELEASE }}
Expand Down

0 comments on commit 7785e51

Please sign in to comment.