Compare commits

...

13 Commits
1.2.0 ... main

Author SHA1 Message Date
aecc1a82fd Changed the doohickey to only happen on tag push
All checks were successful
Optimize resource pack / Optimize resource pack (push) Successful in 9m47s
2024-10-22 19:14:15 +02:00
00512dd1fb Update .github/workflows/packsquash.yml
All checks were successful
Optimize resource pack / Optimize resource pack (push) Successful in 9m59s
2024-10-22 18:56:39 +02:00
d020dd3e01 Update .github/workflows/build-and-upload.yml
All checks were successful
CI/CD for Minecraft Resource Pack / build (push) Successful in 9m47s
2024-10-22 18:44:43 +02:00
cb67fb4dcc Added PackSquash
Some checks failed
CI/CD for Minecraft Resource Pack / build (push) Has been cancelled
2024-10-22 18:41:10 +02:00
f602e188cf Update .github/workflows/build-and-upload.yml
All checks were successful
CI/CD for Minecraft Resource Pack / build (push) Successful in 9s
2024-10-22 18:38:17 +02:00
56d8d27a9e Update .github/workflows/build-and-upload.yml
Some checks failed
CI/CD for Minecraft Resource Pack / build (push) Failing after 14s
2024-10-22 18:36:05 +02:00
b23ea3b62e Update .github/workflows/build-and-upload.yml
Some checks failed
Build and Upload Optimized Resource Pack / build (push) Failing after 17s
2024-10-22 18:31:22 +02:00
b9fafcb2fa New builder
Some checks failed
Build and Upload Optimized Resource Pack / build (push) Failing after 51s
Added a new builder, not using someone else's.
2024-10-22 18:26:15 +02:00
a72fcca54b Update .gitea/workflows/main.yml
Some checks failed
Resourcepack Zipper / build (push) Failing after 11m12s
2024-10-20 20:45:42 +02:00
d02c72749a Delete assets/minecraft/textures/item/custom/cui/cobblestone/texture_0.png
Some checks failed
Resourcepack Zipper / build (push) Failing after 11m17s
2024-10-20 20:10:25 +02:00
5a50151d17 Delete assets/minecraft/textures/item/custom/cui/stick/texture_0.png
Some checks failed
Resourcepack Zipper / build (push) Has been cancelled
2024-10-20 20:10:10 +02:00
73b069c8c8 Change name of branch from master to main
Some checks failed
Resourcepack Zipper / build (push) Failing after 5m41s
2024-10-20 20:00:29 +02:00
d9b0c48a94 Add .github/workflows/main.yml 2024-10-20 19:59:43 +02:00
3 changed files with 25 additions and 0 deletions

25
.github/workflows/packsquash.yml vendored Normal file
View File

@ -0,0 +1,25 @@
name: Optimize resource pack
on:
push:
tags:
- '**'
jobs:
packsquash:
name: Optimize resource pack
runs-on: ubuntu-latest
steps:
- name: Clone repository
uses: actions/checkout@v4
with:
fetch-depth: 0 # A non-shallow repository clone is required
- name: Run PackSquash
uses: ComunidadAylas/PackSquash-action@v4
with:
packsquash_version: latest
options: |
pack_directory = '.'
output_file_path = '/tmp/pack.zip'
- name: Create release
uses: softprops/action-gh-release@v2
with:
files: /tmp/pack.zip