Skip to content

Commit

Permalink
fix file names
Browse files Browse the repository at this point in the history
  • Loading branch information
webfinesse committed Oct 13, 2024
1 parent 83f32f0 commit 66f2b2f
Show file tree
Hide file tree
Showing 11 changed files with 24 additions and 578 deletions.
116 changes: 0 additions & 116 deletions .github/workflows/layer-publish copy.yml

This file was deleted.

78 changes: 0 additions & 78 deletions .github/workflows/release-layer-collector copy.yml

This file was deleted.

5 changes: 4 additions & 1 deletion .github/workflows/release-layer-collector.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ on:

permissions:
id-token: write
contents: read
contents: write

jobs:
build-layer:
Expand All @@ -31,6 +31,9 @@ jobs:
with:
name: opentelemetry-collector-layer-${{ matrix.architecture }}.zip
path: ${{ github.workspace }}/collector/build/opentelemetry-collector-layer-${{ matrix.architecture }}.zip
- name: Add Binary to Release
run: |
gh release upload ${{github.ref_name}} ${{ github.workspace }}/collector/build/opentelemetry-collector-layer-${{ matrix.architecture }}.zip
- name: Save Collector Version
if: ${{ matrix.architecture == 'amd64' }}
id: save-collector-version
Expand Down
130 changes: 0 additions & 130 deletions .github/workflows/release-layer-java copy.yml

This file was deleted.

6 changes: 5 additions & 1 deletion .github/workflows/release-layer-java.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ on:

permissions:
id-token: write
contents: read
contents: write

jobs:
build-layer:
Expand Down Expand Up @@ -44,6 +44,10 @@ jobs:
name: opentelemetry-javawrapper-layer.zip
path: java/layer-wrapper/build/distributions/opentelemetry-javawrapper-layer.zip

- name: Add Binary to Release
run: |
gh release upload ${{github.ref_name}} java/layer-wrapper/build/distributions/opentelemetry-javawrapper-layer.zip
- name: Save Javaagent Version
id: save-javaagent-version
shell: bash
Expand Down
Loading

0 comments on commit 66f2b2f

Please sign in to comment.