Skip to content

Commit 11231fd

Browse files
author
Alex Boten
authored
fix the path to a specific file (aws-observability#674)
Signed-off-by: Alex Boten <[email protected]>
1 parent 1b041f1 commit 11231fd

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/layer-publish.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -66,6 +66,7 @@ jobs:
6666
uses: actions/download-artifact@v3
6767
with:
6868
name: ${{ inputs.artifact-name }}
69+
path: ${{ inputs.artifact-name }}
6970

7071
- uses: aws-actions/configure-aws-credentials@v2
7172
with:

.github/workflows/release-layer-collector.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,8 +30,7 @@ jobs:
3030
- uses: actions/upload-artifact@v3
3131
with:
3232
name: opentelemetry-collector-layer-${{ matrix.architecture }}.zip
33-
path: ${{ github.workspace }}/collector/build/*.zip
34-
33+
path: ${{ github.workspace }}/collector/build/collector-extension-${{ matrix.architecture }}.zip
3534
- name: Save Collector Version
3635
if: ${{ matrix.architecture == 'amd64' }}
3736
id: save-collector-version

0 commit comments

Comments
 (0)