This commit is contained in:
2025-09-22 00:31:16 +01:00
parent e3e6a54833
commit e80b043c7b
+18
View File
@@ -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}}"