mirror of
https://github.com/araxiaonline/mod-transmog.git
synced 2026-06-13 02:32:22 -04:00
Merge branch 'araxia-main' of https://github.com/araxiaonline/mod-transmog into araxia-main
This commit is contained in:
25
.github/workflows/build-release.yml
vendored
Normal file
25
.github/workflows/build-release.yml
vendored
Normal file
@@ -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 }}
|
||||
|
||||
12
.github/workflows/core_build.yml
vendored
12
.github/workflows/core_build.yml
vendored
@@ -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 }}
|
||||
17
README.md
17
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)
|
||||

|
||||

|
||||

|
||||
|
||||
<p align="left">
|
||||
<img src="https://github.com/araxiaonline/docs/blob/main/docs/media/logo-sm.png?raw=true" alt="Araxia Online" width="70" style="vertical-align: middle;"/>
|
||||
<span style="font-size: 20px; vertical-align: middle;">Player Tested By Araxia Online</span>
|
||||
</p>
|
||||
|
||||
### Description
|
||||
|
||||
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)
|
||||
|
||||
## Important notes
|
||||
|
||||
|
||||
Reference in New Issue
Block a user