From d5dbe7854e67ba7a484cbff75638a4ac5bafc959 Mon Sep 17 00:00:00 2001 From: jake Date: Sat, 27 Dec 2025 17:40:40 -0500 Subject: [PATCH] wip push --- .gitea/workflows/zip.yaml | 27 +++++++++++++++++++++++++++ 1 file changed, 27 insertions(+) create mode 100644 .gitea/workflows/zip.yaml diff --git a/.gitea/workflows/zip.yaml b/.gitea/workflows/zip.yaml new file mode 100644 index 0000000..0971756 --- /dev/null +++ b/.gitea/workflows/zip.yaml @@ -0,0 +1,27 @@ +# name: "Zip Datapack" +# on: +# push: +# branches: +# - pipeline/auto-zip +# # - master +# jobs: +# update: +# runs-on: minecraft +# steps: +# - name: "grabbing new mods" +# uses: actions/checkout@v4 + +# - name: "unzip mods" +# shell: bash +# run: | +# zip -r hide_item_frame.zip pack.mcmeta data + +# # then copy this step to just push teh file +# - name: "update readme with new mods" +# shell: bash +# run: | +# git config user.name "${{ vars.WORKFLOW_USERNAME }}" +# git config user.email "${{ vars.WORKFLOW_EMAIL }}" +# git add hide_item_frame.zip +# git commit -m "[ci] AutoBuild" +# git push origin HEAD \ No newline at end of file