File tree Expand file tree Collapse file tree 3 files changed +2
-3
lines changed
Expand file tree Collapse file tree 3 files changed +2
-3
lines changed Original file line number Diff line number Diff line change 7676
7777 - name : Publish Lambda Layer
7878 run : |
79- find .
8079 LAYER_ARN=$(
8180 aws lambda publish-layer-version \
8281 --layer-name $LAYER_NAME \
Original file line number Diff line number Diff line change 3030 - uses : actions/upload-artifact@v3
3131 with :
3232 name : opentelemetry-collector-layer-${{ matrix.architecture }}.zip
33- path : ${{ github.workspace }}/collector/build/collector-extension -${{ matrix.architecture }}.zip
33+ path : ${{ github.workspace }}/collector/build/opentelemetry- collector-layer -${{ matrix.architecture }}.zip
3434 - name : Save Collector Version
3535 if : ${{ matrix.architecture == 'amd64' }}
3636 id : save-collector-version
Original file line number Diff line number Diff line change @@ -44,7 +44,7 @@ package: build
4444 @echo Package zip file for collector extension layer
4545 mkdir -p $(BUILD_SPACE ) /collector-config
4646 cp config* $(BUILD_SPACE ) /collector-config
47- cd $(BUILD_SPACE ) && zip -r collector-extension -$(GOARCH ) .zip collector-config extensions
47+ cd $(BUILD_SPACE ) && zip -r opentelemetry- collector-layer -$(GOARCH ) .zip collector-config extensions
4848
4949.PHONY : publish
5050publish :
You can’t perform that action at this time.
0 commit comments