Skip to content

Extract interface files from CDN #6674

Extract interface files from CDN

Extract interface files from CDN #6674

Workflow file for this run

name: Extract interface files from CDN
on:
workflow_dispatch:
jobs:
build:
runs-on: ubuntu-latest
permissions:
contents: write
steps:
- name: Export UI source files
uses: Gethe/wow-ui-source@automation
with:
product: wowxptr
token: ${{ secrets.GITHUB_TOKEN }}