Compare commits

..

2 Commits

Author SHA1 Message Date
77729cf653 chore: bump version to v0.2.7
All checks were successful
continuous-integration/drone/push Build is passing
continuous-integration/drone/tag Build is passing
2024-10-21 08:45:09 +09:00
b317b89ae9 ci: append version number to file name, fix tar.gz.gz archive. 2024-10-21 08:45:09 +09:00

View File

@ -236,7 +236,7 @@ steps:
image: golang:1.22
name: go build darwin/arm64
- commands:
- mv dist/*.{tar.gz,zip} ./
- mv dist/*.tar.gz dist/*.zip ./
image: golang:1.22
name: prepare root
- image: plugins/gitea-release