We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1b041f1 commit 11231fdCopy full SHA for 11231fd
.github/workflows/layer-publish.yml
@@ -66,6 +66,7 @@ jobs:
66
uses: actions/download-artifact@v3
67
with:
68
name: ${{ inputs.artifact-name }}
69
+ path: ${{ inputs.artifact-name }}
70
71
- uses: aws-actions/configure-aws-credentials@v2
72
.github/workflows/release-layer-collector.yml
@@ -30,8 +30,7 @@ jobs:
30
- uses: actions/upload-artifact@v3
31
32
name: opentelemetry-collector-layer-${{ matrix.architecture }}.zip
33
- path: ${{ github.workspace }}/collector/build/*.zip
34
-
+ path: ${{ github.workspace }}/collector/build/collector-extension-${{ matrix.architecture }}.zip
35
- name: Save Collector Version
36
if: ${{ matrix.architecture == 'amd64' }}
37
id: save-collector-version
0 commit comments