From 36999641b53aa470b39216e2735320a447d50c87 Mon Sep 17 00:00:00 2001 From: Jochen Maes Date: Wed, 1 Nov 2023 09:02:58 +0100 Subject: [PATCH] fetches tags! --- .drone.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.drone.yml b/.drone.yml index 59e7b4d..99a2fd6 100644 --- a/.drone.yml +++ b/.drone.yml @@ -21,7 +21,8 @@ steps: - name: build amd64 image: rust:1.73-alpine commands: - - apk add --no-cache musl-dev gcc-aarch64-none-elf bash git + - apk add --no-cache musl-dev gcc-aarch64-none-elf bash gitea + - git fetch --all --tags - pwd && ls -al && sh ./version.sh - mkdir /artifacts/mouse-amd64 - cp LICENSE.txt /artifacts/mouse-amd64/