Skip to content

Commit

Permalink
Create package.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Gogo1951 authored Sep 20, 2022
1 parent d3b2dd5 commit a6c2a4c
Showing 1 changed file with 23 additions and 0 deletions.
23 changes: 23 additions & 0 deletions .github/workflows/package.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
name: Package Addon

on:
push:
branches: [ main ]
tags: [ "*" ]

jobs:
release:
runs-on: ubuntu-latest

env:
CF_API_KEY: ${{ secrets.CF_API_KEY }}
GITHUB_OAUTH: ${{ secrets.GITHUB_TOKEN }}

steps:
- name: Clone project
uses: actions/checkout@v1

- name: Package and release Wrath
uses: BigWigsMods/packager@master
with:
args: -g wrath

0 comments on commit a6c2a4c

Please sign in to comment.