added CI
This commit is contained in:
@@ -0,0 +1,18 @@
|
|||||||
|
name: Zip Project
|
||||||
|
|
||||||
|
on:
|
||||||
|
push:
|
||||||
|
branches:
|
||||||
|
- "main"
|
||||||
|
|
||||||
|
jobs:
|
||||||
|
build:
|
||||||
|
runs-on: ubuntu-latest
|
||||||
|
steps:
|
||||||
|
- name: Zip Project
|
||||||
|
run: zip -r fantasysmp.zip assets pack.mcmeta pack.png
|
||||||
|
- name: Release
|
||||||
|
uses: akkuman/gitea-release-action@v1
|
||||||
|
with:
|
||||||
|
files: ./fantasysmp.zip
|
||||||
|
token: "${{secrets.RELEASE_TOKEN}}"
|
||||||
Reference in New Issue
Block a user