Fixed the path for uploading the .deb package to the repo
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
ci/woodpecker/tag/woodpecker Pipeline was successful

This commit is contained in:
Gregory Ballantine 2022-11-04 09:26:48 -04:00
parent 50d83ea4b9
commit 3b36d33d09

View File

@ -39,7 +39,7 @@ pipeline:
from_secret: repo_password from_secret: repo_password
port: 22 port: 22
target: /srv/repo/apt/overseer/ target: /srv/repo/apt/overseer/
source: target/debian/overseer*.deb source: dist/*.deb
strip_components: 2 strip_components: 2
when: when:
event: tag event: tag