Actualiser .gitea/workflows/build-and-release.yml
Some checks failed
Build and Release Maubot Plugin / Build Plugin (push) Failing after 26s
Some checks failed
Build and Release Maubot Plugin / Build Plugin (push) Failing after 26s
This commit is contained in:
@@ -31,12 +31,11 @@ jobs:
|
|||||||
pip install maubot
|
pip install maubot
|
||||||
|
|
||||||
- name: Build Plugin
|
- name: Build Plugin
|
||||||
env:
|
|
||||||
GITEA_TOKEN: ${{ secrets.TOKEN }}
|
|
||||||
run: |
|
run: |
|
||||||
mbc build .
|
mbc build .
|
||||||
env:
|
env:
|
||||||
MB_PLUGIN_DIR: ${{ github.workspace }}
|
MB_PLUGIN_DIR: ${{ github.workspace }}
|
||||||
|
GITEA_TOKEN: ${{ secrets.TOKEN }}
|
||||||
|
|
||||||
- name: Upload Build Artifact
|
- name: Upload Build Artifact
|
||||||
env:
|
env:
|
||||||
|
|||||||
Reference in New Issue
Block a user