mirror of
https://github.com/eiblog/eiblog.git
synced 2026-03-01 00:34:58 +08:00
fix: ci
This commit is contained in:
@@ -6,6 +6,11 @@ _tag="$1"
|
|||||||
_arch=$(go env GOARCH)
|
_arch=$(go env GOARCH)
|
||||||
|
|
||||||
for file in cmd/*; do
|
for file in cmd/*; do
|
||||||
|
# Skip if not a directory
|
||||||
|
if [ ! -d "$file" ]; then
|
||||||
|
continue
|
||||||
|
fi
|
||||||
|
|
||||||
app="$(basename $file)";
|
app="$(basename $file)";
|
||||||
# tar platform
|
# tar platform
|
||||||
for os in linux darwin windows; do
|
for os in linux darwin windows; do
|
||||||
|
|||||||
Reference in New Issue
Block a user