1
Some checks failed
Build Archlinux-Base Image / base (push) Failing after 1m5s

This commit is contained in:
azw
2024-08-24 21:45:29 +08:00
parent 5a12c38932
commit d556a991ee
3 changed files with 23 additions and 0 deletions

View File

@@ -32,6 +32,11 @@ jobs:
mkdir bin/
cd extra/trinkets-fixed/
zip -r ../../bin/trinkets-fixed.zip ./*
- name: compress datapack
run: |
mkdir bin/
cd extra/bot-create-fixed/
zip -r ../../bin/bot-create-fixed.zip ./*
- name: release datapack
uses: akkuman/gitea-release-action@v1
with: