Skip to content

Commit e8adab8

Browse files
authored
Update build-nginx.yml
1 parent ed3d893 commit e8adab8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build-nginx.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -126,9 +126,9 @@ jobs:
126126
127127
# Финальное имя пакета
128128
if [ -n "$VER" ]; then
129-
PKG_NAME="nginx-${VER}.7z"
129+
PKG_NAME="nginx-${VER}.zip"
130130
else
131-
PKG_NAME="nginx-bin.7z"
131+
PKG_NAME="nginx-bin.zip"
132132
fi
133133
134134
echo "PKG_NAME=${PKG_NAME}" >> $GITHUB_ENV

0 commit comments

Comments
 (0)