From 701a2084b6c3ec91825396089b757f14ea8d6358 Mon Sep 17 00:00:00 2001 From: minoplhy Date: Sun, 12 Jan 2025 00:25:01 +0700 Subject: [PATCH] test: try /bin/bash --- .github/workflows/alpine-nginx-build.yaml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/alpine-nginx-build.yaml b/.github/workflows/alpine-nginx-build.yaml index 4b73804..1ad9f2e 100644 --- a/.github/workflows/alpine-nginx-build.yaml +++ b/.github/workflows/alpine-nginx-build.yaml @@ -30,6 +30,7 @@ jobs: - name: Run nginx Builds run: | + echo "${NGINX_TAG}" TAGS=("vanilla" "lua") OPTIONS=( "--type=nginx" @@ -61,7 +62,7 @@ jobs: # Create the tarball tar czvf alpine-nginx-${NGINX_TAG}-${TAGS[$i]}.tar.gz $TAR_PATH done - shell: alpine.sh --root {0} + shell: alpine.sh --root /bin/bash -l {0} - name: Release uses: softprops/action-gh-release@v2