add build number to version
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
This commit is contained in:
parent
f64f50e17d
commit
c812e98969
1 changed files with 1 additions and 1 deletions
|
@ -14,4 +14,4 @@ pipeline:
|
|||
image: curlimages/curl
|
||||
pull: true
|
||||
commands:
|
||||
- curl --user nek0:$${GITEA_TOKEN} --upload-file build/* https://gitea.nek0.eu/api/packages/nek0/generic/frame_of_mind/0.0.0/frame_of_mind.tar.gz
|
||||
- curl --user nek0:$${GITEA_TOKEN} --upload-file build/* https://gitea.nek0.eu/api/packages/nek0/generic/frame_of_mind/0.0.0_build_${CI_BUILD_NUMBER}/frame_of_mind.tar.gz
|
||||
|
|
Loading…
Reference in a new issue