Skip to content

Commit

Permalink
Package with github
Browse files Browse the repository at this point in the history
  • Loading branch information
kemayo committed Nov 20, 2022
1 parent c6b3075 commit a1fa785
Show file tree
Hide file tree
Showing 2 changed files with 26 additions and 0 deletions.
25 changes: 25 additions & 0 deletions .github/workflows/package.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
name: Package Addon

on:
push:
branches: [ master ]
tags: [ '*' ]

jobs:
build:
runs-on: ubuntu-latest

steps:
# Checks-out your repository under $GITHUB_WORKSPACE, so your job can access it
- uses: actions/checkout@v2
with:
submodules: recursive
fetch-depth: 0 # reads history for commit changelog

- name: Create Package
uses: BigWigsMods/packager@master
env:
CF_API_KEY: ${{ secrets.CF_API_KEY }}
WOWI_API_TOKEN: ${{ secrets.WOWI_API_TOKEN }}
WAGO_API_TOKEN: ${{ secrets.WAGO_API_TOKEN }}
GITHUB_OAUTH: ${{ secrets.GITHUB_TOKEN }}
1 change: 1 addition & 0 deletions OpenAll.toc
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
## Author: Kemayo
## Version: @project-version@
## X-Category: Mail
## X-Curse-Project-ID: 14464
## LoadManagers: SupplyAndDemand, AddonLoader
## X-S&D-AtMail: true
## X-LoadOn-Mailbox: true
Expand Down

0 comments on commit a1fa785

Please sign in to comment.