File tree Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 3737 cargo login ${{ secrets.CARGO_TOKEN }}
3838 cargo publish --manifest-path pyroscope_cli/Cargo.toml
3939 publish-pprofrs :
40- name : Backend: pprofrs
40+ name : " Backend: pprofrs"
4141 runs-on : ubuntu-latest
4242 if : " startsWith(github.event.release.tag_name, 'pprofrs-')"
4343 steps :
5252 cargo login ${{ secrets.CARGO_TOKEN }}
5353 cargo publish --manifest-path pyroscope_backends/pyroscope_pprofrs/Cargo.toml
5454 publish-pyroscope :
55- name : Backend: rbspy
55+ name : " Backend: rbspy"
5656 runs-on : ubuntu-latest
5757 if : " startsWith(github.event.release.tag_name, 'rbspy-')"
5858 steps :
6767 cargo login ${{ secrets.CARGO_TOKEN }}
6868 cargo publish --manifest-path pyroscope_backends/pyroscope_rbspy/Cargo.toml
6969 publish-pyroscope :
70- name : Backend: pyspy
70+ name : " Backend: pyspy"
7171 runs-on : ubuntu-latest
7272 if : " startsWith(github.event.release.tag_name, 'pyspy-')"
7373 steps :
Original file line number Diff line number Diff line change @@ -120,7 +120,7 @@ jobs:
120120 asset_name : " pyroscope-cli"
121121 asset_content_type : application/octet-stream
122122 pprofrs-release :
123- name : pyroscope-main
123+ name : pyroscope-pprofrs
124124 runs-on : ubuntu-latest
125125 if : " startsWith(github.ref, 'refs/tags/pprofrs-')"
126126 continue-on-error : true
@@ -133,7 +133,7 @@ jobs:
133133 draft : true
134134 prerelease : false
135135 rbspy-release :
136- name : pyroscope-main
136+ name : pyroscope-rbspy
137137 runs-on : ubuntu-latest
138138 if : " startsWith(github.ref, 'refs/tags/rbspy-')"
139139 continue-on-error : true
@@ -146,7 +146,7 @@ jobs:
146146 draft : true
147147 prerelease : false
148148 pyspy-release :
149- name : pyroscope-main
149+ name : pyroscope-pyspy
150150 runs-on : ubuntu-latest
151151 if : " startsWith(github.ref, 'refs/tags/pyspy-')"
152152 continue-on-error : true
You can’t perform that action at this time.
0 commit comments