Fix save path
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful

This commit is contained in:
Luca Beltrame 2022-01-30 00:52:12 +01:00
parent 47da86f24c
commit 01cb708ffe
Signed by: einar
GPG key ID: 4707F46E9EC72DEC

View file

@ -6,7 +6,7 @@ pipeline:
build: build:
image: dock.mau.dev/maubot/maubot:latest image: dock.mau.dev/maubot/maubot:latest
commands: commands:
- mbc build /maubot-osc/src - mbc build /maubot-osc/src -o /maubot-osc/src/
secrets: [mbc_username, mbc_password] secrets: [mbc_username, mbc_password]
release: release:
image: plugins/gitea-release image: plugins/gitea-release