Skip to content

Commit

Permalink
fix: drop drone. fix artifact names in release workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
korniltsev committed Nov 22, 2024
1 parent e218b12 commit b8e258d
Show file tree
Hide file tree
Showing 7 changed files with 8 additions and 129 deletions.
3 changes: 0 additions & 3 deletions .drone/drone.jsonnet

This file was deleted.

37 changes: 0 additions & 37 deletions .drone/drone.yml

This file was deleted.

32 changes: 0 additions & 32 deletions .drone/pipelines/test.jsonnet

This file was deleted.

6 changes: 0 additions & 6 deletions .drone/util/build_image.jsonnet

This file was deleted.

20 changes: 0 additions & 20 deletions .drone/util/pipelines.jsonnet

This file was deleted.

23 changes: 0 additions & 23 deletions .drone/util/secrets.jsonnet

This file was deleted.

16 changes: 8 additions & 8 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -132,7 +132,7 @@ jobs:
- run: make wheel/linux/amd64
- uses: actions/upload-artifact@v4
with:
name: ${{ github.sha }}
name: ${{ github.sha }}-python-amd64
path: pyroscope_ffi/python/dist/*

- name: Upload release artifact
Expand All @@ -152,7 +152,7 @@ jobs:
- run: make wheel/linux/arm64
- uses: actions/upload-artifact@v4
with:
name: ${{ github.sha }}
name: ${{ github.sha }}-python-arm64
path: pyroscope_ffi/python/dist/*

- name: Upload release artifact
Expand Down Expand Up @@ -194,7 +194,7 @@ jobs:

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

- name: Upload release artifact
Expand Down Expand Up @@ -225,7 +225,7 @@ jobs:

- uses: actions/upload-artifact@v4
with:
name: ${{ github.sha }}
name: ${{ github.sha }}-python-sdist
path: pyroscope_ffi/python/dist/*

- name: Upload release artifact
Expand Down Expand Up @@ -261,7 +261,7 @@ jobs:
- run: make gem/linux/amd64
- uses: actions/upload-artifact@v4
with:
name: ${{ github.sha }}
name: ${{ github.sha }}-ruby-amd64
path: pyroscope_ffi/ruby/pkg/*.gem

- name: Upload release artifact
Expand All @@ -281,7 +281,7 @@ jobs:
- run: make gem/linux/arm64
- uses: actions/upload-artifact@v4
with:
name: ${{ github.sha }}
name: ${{ github.sha }}-ruby-arm64
path: pyroscope_ffi/ruby/pkg/*.gem

- name: Upload release artifact
Expand Down Expand Up @@ -322,7 +322,7 @@ jobs:

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

- name: Upload release artifact
Expand Down Expand Up @@ -356,7 +356,7 @@ jobs:

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

- name: Upload release artifact
Expand Down

0 comments on commit b8e258d

Please sign in to comment.