Skip to content

Commit b8e258d

Browse files
committed
fix: drop drone. fix artifact names in release workflow
1 parent e218b12 commit b8e258d

File tree

7 files changed

+8
-129
lines changed

7 files changed

+8
-129
lines changed

.drone/drone.jsonnet

Lines changed: 0 additions & 3 deletions
This file was deleted.

.drone/drone.yml

Lines changed: 0 additions & 37 deletions
This file was deleted.

.drone/pipelines/test.jsonnet

Lines changed: 0 additions & 32 deletions
This file was deleted.

.drone/util/build_image.jsonnet

Lines changed: 0 additions & 6 deletions
This file was deleted.

.drone/util/pipelines.jsonnet

Lines changed: 0 additions & 20 deletions
This file was deleted.

.drone/util/secrets.jsonnet

Lines changed: 0 additions & 23 deletions
This file was deleted.

.github/workflows/release.yml

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -132,7 +132,7 @@ jobs:
132132
- run: make wheel/linux/amd64
133133
- uses: actions/upload-artifact@v4
134134
with:
135-
name: ${{ github.sha }}
135+
name: ${{ github.sha }}-python-amd64
136136
path: pyroscope_ffi/python/dist/*
137137

138138
- name: Upload release artifact
@@ -152,7 +152,7 @@ jobs:
152152
- run: make wheel/linux/arm64
153153
- uses: actions/upload-artifact@v4
154154
with:
155-
name: ${{ github.sha }}
155+
name: ${{ github.sha }}-python-arm64
156156
path: pyroscope_ffi/python/dist/*
157157

158158
- name: Upload release artifact
@@ -194,7 +194,7 @@ jobs:
194194

195195
- uses: actions/upload-artifact@v4
196196
with:
197-
name: ${{ github.sha }}
197+
name: ${{ github.sha }}-python-macos-${{ matrix.target }}
198198
path: pyroscope_ffi/python/dist/*
199199

200200
- name: Upload release artifact
@@ -225,7 +225,7 @@ jobs:
225225

226226
- uses: actions/upload-artifact@v4
227227
with:
228-
name: ${{ github.sha }}
228+
name: ${{ github.sha }}-python-sdist
229229
path: pyroscope_ffi/python/dist/*
230230

231231
- name: Upload release artifact
@@ -261,7 +261,7 @@ jobs:
261261
- run: make gem/linux/amd64
262262
- uses: actions/upload-artifact@v4
263263
with:
264-
name: ${{ github.sha }}
264+
name: ${{ github.sha }}-ruby-amd64
265265
path: pyroscope_ffi/ruby/pkg/*.gem
266266

267267
- name: Upload release artifact
@@ -281,7 +281,7 @@ jobs:
281281
- run: make gem/linux/arm64
282282
- uses: actions/upload-artifact@v4
283283
with:
284-
name: ${{ github.sha }}
284+
name: ${{ github.sha }}-ruby-arm64
285285
path: pyroscope_ffi/ruby/pkg/*.gem
286286

287287
- name: Upload release artifact
@@ -322,7 +322,7 @@ jobs:
322322

323323
- uses: actions/upload-artifact@v4
324324
with:
325-
name: ${{ github.sha }}
325+
name: ${{ github.sha }}-ruby-mac-${{ matrix.target }}
326326
path: pyroscope_ffi/ruby/pkg/*.gem
327327

328328
- name: Upload release artifact
@@ -356,7 +356,7 @@ jobs:
356356

357357
- uses: actions/upload-artifact@v4
358358
with:
359-
name: ${{ github.sha }}
359+
name: ${{ github.sha }}-ruby-source
360360
path: pyroscope_ffi/ruby/pkg/*.gem
361361

362362
- name: Upload release artifact

0 commit comments

Comments
 (0)