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