Skip to content

Commit

Permalink
Release via Github Actions
Browse files Browse the repository at this point in the history
  • Loading branch information
kemayo committed Nov 17, 2020
1 parent f89261b commit 160e1a8
Show file tree
Hide file tree
Showing 2 changed files with 23 additions and 1 deletion.
21 changes: 21 additions & 0 deletions .github/workflows/package.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
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

- name: Create Package
run: curl -s https://raw.githubusercontent.com/BigWigsMods/packager/master/release.sh | bash
env:
CF_API_KEY: ${{ secrets.CF_API_KEY }}
WOWI_API_TOKEN: ${{ secrets.WOWI_API_TOKEN }}
GITHUB_OAUTH: ${{ secrets.GITHUB_TOKEN }}
3 changes: 2 additions & 1 deletion HandyNotes_LostAndFound.toc
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,11 @@
## Title: HandyNotes_LostAndFound
## Notes: Where the Lost and Found objects are in Pandaria
## Author: Kemayo
## Version: 1
## Version: @project-version@
## DefaultState: enabled
## X-Category: Map
## X-eMail: kemayo @ gmail DOT com
## X-Curse-Project-ID: 45644
## SavedVariables: HandyNotes_LostAndFoundDB
## RequiredDeps: HandyNotes

Expand Down

0 comments on commit 160e1a8

Please sign in to comment.