Compare commits
6 Commits
49d7427608
..
main
| Author | SHA1 | Date | |
|---|---|---|---|
| 4437aca1e8 | |||
| 3478d10a9a | |||
| 9cd03bb92e | |||
| 3aba2bd2aa | |||
| e80b043c7b | |||
| e3e6a54833 |
@@ -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
@@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"pack": {
|
"pack": {
|
||||||
"pack_format": 46,
|
"pack_format": 71,
|
||||||
"description": "FantasySMP 2025 Custom Items"
|
"description": "FantasySMP 2025 Custom Items"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user