diff --git a/.github/workflows/build-release.yml b/.github/workflows/build-release.yml new file mode 100644 index 0000000..c5e3ac6 --- /dev/null +++ b/.github/workflows/build-release.yml @@ -0,0 +1,25 @@ +name: Build And Release +on: + push: + branches: + - 'araxia-main' + pull_request: + branches: + - 'araxia-main' + - 'master' +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 }} + diff --git a/.github/workflows/core_build.yml b/.github/workflows/core_build.yml deleted file mode 100644 index 921c9eb..0000000 --- a/.github/workflows/core_build.yml +++ /dev/null @@ -1,12 +0,0 @@ -name: core-build -on: - push: - branches: - - 'master' - pull_request: - -jobs: - build: - uses: azerothcore/reusable-workflows/.github/workflows/core_build_modules.yml@main - with: - module_repo: ${{ github.event.repository.name }} diff --git a/README.md b/README.md index 59e5255..41b7517 100644 --- a/README.md +++ b/README.md @@ -1,8 +1,19 @@ -# Transmog Module +#  AzerothCore -- Latest Transmog build status with azerothcore: [](https://github.com/azerothcore/mod-transmog) +## mod-transmog -This is a module for [AzerothCore](http://www.azerothcore.org) that adds transmog feature, it's based on [Rochet2 Transmog Script](http://rochet2.github.io/Transmogrification.html) + + + + +
+
+ Player Tested By Araxia Online
+