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