Skip to content

Commit e9d093b

Browse files
committed
test
1 parent 7e40ed9 commit e9d093b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,7 @@ jobs:
3232
configs=('linux amd64 x86_64-linux-musl' 'linux 386 i386-linux-musl' 'windows amd64 x86_64-windows-gnu' 'windows 386 i386-windows-gnu' 'darwin amd64 x86_64-macos-gnu')
3333
for i in ${configs[@]}
3434
do
35+
echo "$i"
3536
config=($i)
3637
goos=${config[0]}
3738
goarch=${config[1]}

0 commit comments

Comments
 (0)