Skip to content

Commit

Permalink
fix artifact naming
Browse files Browse the repository at this point in the history
  • Loading branch information
seemk committed Nov 28, 2024
1 parent b324a19 commit 9a27892
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/nginx.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit 9a27892

Please sign in to comment.