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
|
||||
|
||||
- name: Build Plugin
|
||||
env:
|
||||
GITEA_TOKEN: ${{ secrets.TOKEN }}
|
||||
run: |
|
||||
mbc build .
|
||||
env:
|
||||
MB_PLUGIN_DIR: ${{ github.workspace }}
|
||||
GITEA_TOKEN: ${{ secrets.TOKEN }}
|
||||
|
||||
- name: Upload Build Artifact
|
||||
env:
|
||||
|
||||
Reference in New Issue
Block a user