Skip to content

Commit

Permalink
Add packager
Browse files Browse the repository at this point in the history
  • Loading branch information
Stanzilla committed Jul 11, 2023
1 parent 76f2e25 commit 81f7d2c
Show file tree
Hide file tree
Showing 2 changed files with 37 additions and 0 deletions.
36 changes: 36 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,36 @@
name: CI

on:
push:
branches:
- main
tags:
- "*"

jobs:
build:
runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v3
with:
fetch-depth: 200

# - name: Install and run Luacheck
# uses: nebularg/actions-luacheck@v1
# with:
# args: "--no-color -q"
# annotate: warning

- name: Create Package
uses: BigWigsMods/packager@v2
env:
CF_API_KEY: ${{ secrets.CF_API_KEY }}
GITHUB_OAUTH: ${{ secrets.GITHUB_TOKEN }}

- name: Send Status to Discord
uses: nebularg/actions-discord-webhook@v1
with:
webhook_url: ${{ secrets.WEBHOOK_URL }}
status: ${{ job.status }}
if: failure()
1 change: 1 addition & 0 deletions LibRangeCheck-3.0.toc
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
## Author: The WoWUIDev Community
## Version: @project-version@
## LoadOnDemand: 1
## X-Curse-Project-ID: 887398
## X-Category: Library
## X-Credits: mitch0
## X-License: MIT
Expand Down

0 comments on commit 81f7d2c

Please sign in to comment.