File tree Expand file tree Collapse file tree 1 file changed +5
-2
lines changed Expand file tree Collapse file tree 1 file changed +5
-2
lines changed Original file line number Diff line number Diff line change @@ -56,12 +56,15 @@ jobs:
5656
5757 - name : Build
5858 run : cross build --target ${{ matrix.target }} --release
59+
60+ - name : Rename binary
61+ run : mv target/${{ matrix.target }}/release/bpftop target/${{ matrix.target }}/release/bpftop-${{ matrix.target }}
5962
6063 - name : Upload artifact
61646265 with :
6366 name : bpftop-${{ matrix.target }}
64- path : target/${{ matrix.target }}/release/bpftop
67+ path : target/${{ matrix.target }}/release/bpftop-${{ matrix.target }}
6568 if-no-files-found : error
6669
6770 create_release :
8184 - name : Create Release and Upload Artifacts
82858386 with :
84- artifacts : ${{ steps.download_artifacts.outputs.download-path }} /bpftop-*
87+ artifacts : artifacts /bpftop-*
8588 draft : true
8689 allowUpdates : true
8790 updateOnlyUnreleased : true
You can’t perform that action at this time.
0 commit comments