From 9a27892c5109a32bffbee461632b857c265019a6 Mon Sep 17 00:00:00 2001 From: Siim Kallas Date: Thu, 28 Nov 2024 20:30:07 +0200 Subject: [PATCH] fix artifact naming --- .github/workflows/nginx.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/nginx.yml b/.github/workflows/nginx.yml index 92c112929..5b49378f9 100644 --- a/.github/workflows/nginx.yml +++ b/.github/workflows/nginx.yml @@ -71,7 +71,7 @@ jobs: --build-arg image=${{ matrix.image }} \ --target export \ --output type=local,dest=/tmp/otel_ngx . - echo "artifactName=otel_ngx_module-$(echo ${{ matrix.image }} | sed s/-/:/).so" >> $GITHUB_ENV + echo "artifactName=otel_ngx_module-$(echo ${{ matrix.image }} | sed s/:/-/).so" >> $GITHUB_ENV - name: upload artifacts uses: actions/upload-artifact@v4 with: