From f4b2109533c03e046e09b3710a31c2cc335b031d Mon Sep 17 00:00:00 2001 From: Chewing_Bever Date: Fri, 10 Jun 2022 08:39:10 +0200 Subject: [PATCH] fix(ci): release checksum files should now use correct paths --- .woodpecker/.gitea.yml | 4 ++-- CHANGELOG.md | 4 ++++ 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/.woodpecker/.gitea.yml b/.woodpecker/.gitea.yml index 1877050..d0825c2 100644 --- a/.woodpecker/.gitea.yml +++ b/.woodpecker/.gitea.yml @@ -14,6 +14,7 @@ pipeline: commands: - mc alias set s3/ https://s3.rustybever.be "$S3_USERNAME" "$S3_PASSWORD" - mc cp -r "s3/vieter/commits/$CI_COMMIT_SHA" . + - mv "$CI_COMMIT_SHA"/vieter-* . when: event: tag @@ -23,9 +24,8 @@ pipeline: - gitea_release_api_key settings: base_url: https://git.rustybever.be - files: ${CI_COMMIT_SHA}/* + files: vieter-* checksum: - - md5 - sha256 title: ${CI_COMMIT_TAG} when: diff --git a/CHANGELOG.md b/CHANGELOG.md index a46a433..ba2dc16 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -29,6 +29,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 updated builder image * Build logs now show commands being executed +### Fixed + +* `POST /api/logs` now correctly uses epoch timestamps instead of strings + ## [0.3.0-alpha.2](https://git.rustybever.be/vieter/vieter/src/tag/0.3.0-alpha.2) ### Added