Compare commits

..

6 Commits

Author SHA1 Message Date
zxq5 4437aca1e8 ...
Zip Project / build (push) Successful in 17s
2025-09-22 00:36:53 +01:00
zxq5 3478d10a9a should probably checkout first.
Zip Project / build (push) Failing after 16s
2025-09-22 00:33:43 +01:00
zxq5 9cd03bb92e fix zip syntax
Zip Project / build (push) Failing after 13s
2025-09-22 00:32:50 +01:00
zxq5 3aba2bd2aa ...
Zip Project / build (push) Failing after 13s
2025-09-22 00:32:00 +01:00
zxq5 e80b043c7b added CI 2025-09-22 00:31:16 +01:00
zxq5 e3e6a54833 updated pack ver 2025-09-20 23:12:16 +01:00
2 changed files with 20 additions and 1 deletions
+19
View File
@@ -0,0 +1,19 @@
name: Zip Project
on:
push:
branches:
- "main"
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- 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}}"
+1 -1
View File
@@ -1,6 +1,6 @@
{
"pack": {
"pack_format": 46,
"pack_format": 71,
"description": "FantasySMP 2025 Custom Items"
}
}