File tree Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 7777 working-directory : pyroscope_ffi/ruby
7878
7979 - name : Build source gem
80- run : rake gem
80+ run : rake source: gem
8181 working-directory : pyroscope_ffi/ruby
8282
8383 - uses : actions/upload-artifact@v2
Original file line number Diff line number Diff line change 3232
3333namespace :x86_64_darwin do
3434 spec . platform = 'x86_64-darwin'
35- spec . files += [ 'lib/rbspy/rbspy.bundle ' , 'lib/thread_id/thread_id.bundle ' ]
35+ spec . files += [ 'lib/rbspy/rbspy.* ' , 'lib/thread_id/thread_id.* ' ]
3636
3737 Gem ::PackageTask . new ( spec ) do |pkg |
3838 end
3939end
4040
4141namespace :arm64_darwin do
4242 spec . platform = 'arm64-darwin'
43- spec . files += [ 'lib/rbspy/rbspy.bundle ' , 'lib/thread_id/thread_id.bundle ' ]
43+ spec . files += [ 'lib/rbspy/rbspy.* ' , 'lib/thread_id/thread_id.* ' ]
4444
4545 Gem ::PackageTask . new ( spec ) do |pkg |
4646 end
4747end
4848
4949namespace :x86_64_linux do
5050 spec . platform = 'x86_64-linux'
51- spec . files += [ 'lib/rbspy/rbspy.bundle ' , 'lib/thread_id/thread_id.bundle ' ]
51+ spec . files += [ 'lib/rbspy/rbspy.* ' , 'lib/thread_id/thread_id.* ' ]
5252
5353 Gem ::PackageTask . new ( spec ) do |pkg |
5454 end
5555end
5656
5757namespace :aarch64_linux do
5858 spec . platform = 'aarch64-linux'
59- spec . files += [ 'lib/rbspy/rbspy.bundle ' , 'lib/thread_id/thread_id.bundle ' ]
59+ spec . files += [ 'lib/rbspy/rbspy.* ' , 'lib/thread_id/thread_id.* ' ]
6060
6161 Gem ::PackageTask . new ( spec ) do |pkg |
6262 end
You can’t perform that action at this time.
0 commit comments