Added newly required QueryResult include and updated for new AuctionHouseId enum #6
Workflow file for this run
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: Build And Release | |
on: | |
push: | |
branches: | |
- 'main' | |
pull_request: | |
branches: | |
- 'main' | |
jobs: | |
build-release: | |
runs-on: ubuntu-latest | |
container: | |
image: ghcr.io/araxiaonline/ac-wotlk-worldserver-devcontainer:latest | |
options: --user root | |
env: | |
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} | |
steps: | |
- name: build | |
uses: araxiaonline/share-gh-workflows/.github/actions/build-tag-release@main | |
with: | |
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} | |
tag_release: true | |
event_name: ${{ github.event_name }} | |