failed commit
This commit is contained in:
2
flow
2
flow
@ -53,7 +53,7 @@ build() {
|
|||||||
local version
|
local version
|
||||||
version=$(get-version) || return 1
|
version=$(get-version) || return 1
|
||||||
local package_dir="./package"
|
local package_dir="./package"
|
||||||
local tarball_name="${GITEA_REPOSITORY}-src-v${version}.tar.gz"
|
local tarball_name="${GITEA_REPOSITORY}.tar.gz"
|
||||||
local tarball_path="${package_dir}/${tarball_name}"
|
local tarball_path="${package_dir}/${tarball_name}"
|
||||||
|
|
||||||
echo -e "📦 Creating source tarball v$version for ${GITEA_REPOSITORY} in $package_dir..."
|
echo -e "📦 Creating source tarball v$version for ${GITEA_REPOSITORY} in $package_dir..."
|
||||||
|
|||||||
Reference in New Issue
Block a user