Skip to content

Commit f5e6736

Browse files
authored
fix(ci): only cut tempo-zone binary (#415)
1 parent ce1eeb3 commit f5e6736

1 file changed

Lines changed: 1 addition & 37 deletions

File tree

.github/workflows/release.yml

Lines changed: 1 addition & 37 deletions
Original file line numberDiff line numberDiff line change
@@ -75,12 +75,8 @@ jobs:
7575
fail-fast: false
7676
matrix:
7777
binary:
78-
- name: tempo
78+
- name: tempo-zone
7979
features: "asm-keccak,jemalloc,otlp"
80-
- name: tempo-bench
81-
features: ""
82-
- name: tempo-sidecar
83-
features: ""
8480
platform:
8581
- os: depot-ubuntu-latest-16
8682
target: x86_64-unknown-linux-gnu
@@ -196,35 +192,3 @@ jobs:
196192
--notes "" \
197193
$PRERELEASE \
198194
artifacts/**/*
199-
upload-cloudflare:
200-
name: Upload to R2 bucket
201-
needs: [get-version, build-release]
202-
if: ${{ github.event_name == 'push' || (github.event_name == 'workflow_dispatch' && inputs.dry_run == false) }}
203-
runs-on: depot-ubuntu-latest
204-
steps:
205-
- name: Checkout repository
206-
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
207-
with:
208-
fetch-depth: 0
209-
persist-credentials: false
210-
211-
- name: Download artifacts
212-
uses: actions/download-artifact@3e5f45b2cfb9172054b4087a40e8e0b5a5461e7c # v8.0.1
213-
with:
214-
path: artifacts
215-
216-
- name: Create binary directory
217-
env:
218-
VERSION: ${{ needs.get-version.outputs.version }}
219-
run: |
220-
mkdir $VERSION
221-
mv artifacts/**/* $VERSION/
222-
223-
- uses: shallwefootball/s3-upload-action@74d9160e9ade89ccad88244fb53af9b556d3324a # v1.3.3
224-
with:
225-
aws_key_id: ${{ secrets.R2_BINARIES_KEY_ID }}
226-
aws_secret_access_key: ${{ secrets.R2_BINARIES_SECRET_KEY }}
227-
aws_bucket: ${{ secrets.R2_BINARIES_BUCKET }}
228-
endpoint: ${{ secrets.R2_BINARIES_ENDPOINT }}
229-
source_dir: "${{ needs.get-version.outputs.version }}"
230-
destination_dir: "binaries/${{ needs.get-version.outputs.version }}"

0 commit comments

Comments
 (0)