diff --git a/.github/workflows/release-layer-collector.yml b/.github/workflows/release-layer-collector.yml index 7f2c9f80a7..abf6d2b5e4 100644 --- a/.github/workflows/release-layer-collector.yml +++ b/.github/workflows/release-layer-collector.yml @@ -27,7 +27,7 @@ jobs: run: make -C collector package GOARCH=${{ matrix.architecture }} - uses: actions/upload-artifact@v4 with: - name: test-opentelemetry-collector-layer-${{ matrix.architecture }}.zip + name: opentelemetry-collector-layer-${{ matrix.architecture }}.zip path: ${{ github.workspace }}/collector/build/opentelemetry-collector-layer-${{ matrix.architecture }}.zip - name: Save Collector Version if: ${{ matrix.architecture == 'amd64' }} @@ -47,22 +47,22 @@ jobs: - amd64 - arm64 aws_region: -# - ap-northeast-1 -# - ap-northeast-2 -# - ap-south-1 -# - ap-southeast-1 -# - ap-southeast-2 -# - ca-central-1 -# - eu-central-1 -# - eu-north-1 -# - eu-west-1 -# - eu-west-2 -# - eu-west-3 -# - sa-east-1 - - us-east-1 -# - us-east-2 -# - us-west-1 -# - us-west-2 + - ap-northeast-1 + - ap-northeast-2 + - ap-south-1 + - ap-southeast-1 + - ap-southeast-2 + - ca-central-1 + - eu-central-1 + - eu-north-1 + - eu-west-1 + - eu-west-2 + - eu-west-3 + - sa-east-1 + - us-east-1 + - us-east-2 + - us-west-1 + - us-west-2 with: artifact-name: opentelemetry-collector-layer-${{ matrix.architecture }}.zip layer-name: opentelemetry-collector