mirror of
https://forgejo.merr.is/annika/KittenDismount.git
synced 2025-12-10 12:08:46 -05:00
Added Github Actions
This commit is contained in:
parent
94a5a6d3db
commit
f756ad9a1e
3 changed files with 21 additions and 1 deletions
19
.github/workflows/create-release.yaml
vendored
Normal file
19
.github/workflows/create-release.yaml
vendored
Normal file
|
|
@ -0,0 +1,19 @@
|
|||
---
|
||||
name: Create a release
|
||||
on:
|
||||
push:
|
||||
tags:
|
||||
- 'v*'
|
||||
|
||||
jobs:
|
||||
release:
|
||||
runs-on: ubuntu-latest
|
||||
env:
|
||||
WAGO_API_TOKEN: ${{ secrets.WAGO_API_TOKEN }}
|
||||
steps:
|
||||
- name: Clone project
|
||||
uses: actions/checkout@v3
|
||||
with:
|
||||
fetch-depth: 0
|
||||
- name: Package and release
|
||||
uses: BigWigsMods/packager@v2
|
||||
|
|
@ -1,8 +1,9 @@
|
|||
## Interface: 110002
|
||||
## Version: 0.0.4
|
||||
## Title: Kitten Easy Dismount
|
||||
## Notes: Quick addon to dismount if you are on a flying mount, but on the ground.
|
||||
## Notes: Quick addon to dismount if you are on a skyriding mount, but on the ground.
|
||||
## Author: Annika
|
||||
## X-Wago-ID: bGoM1p60
|
||||
|
||||
## SavedVariables: KittenDismountData
|
||||
|
||||
|
|
|
|||
BIN
icon.jpg
Normal file
BIN
icon.jpg
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 1.2 MiB |
Loading…
Add table
Add a link
Reference in a new issue