This commit is contained in:
@@ -30,10 +30,10 @@ jobs:
|
|||||||
- name: compress datapack
|
- name: compress datapack
|
||||||
run: |
|
run: |
|
||||||
mkdir bin/
|
mkdir bin/
|
||||||
zip -r bin/trinkets-fixed.zip extra/trinkets-fixed
|
zip -r bin/trinkets-fixed.zip extra/trinkets-fixed/*
|
||||||
- name: release datapack
|
- name: release datapack
|
||||||
uses: akkuman/gitea-release-action@v1
|
uses: akkuman/gitea-release-action@v1
|
||||||
with:
|
with:
|
||||||
files: |-
|
files: |-
|
||||||
bin/**
|
bin/**
|
||||||
api_key: '${{ secrets.ACCESS_TOKEN }}'
|
api_key: '${{ secrets.GITHUB_TOKEN }}'
|
||||||
|
|||||||
Reference in New Issue
Block a user