This is an automated email from the ASF dual-hosted git repository.

erickguan pushed a commit to branch publish-ruby-binding
in repository https://gitbox.apache.org/repos/asf/opendal.git

commit be745fac32d6f2681c5ef26ac2ed07b6cecb0d29
Author: Erick Guan <[email protected]>
AuthorDate: Tue Sep 30 18:13:47 2025 +0200

    Fix path for the action patch file
---
 .github/workflows/release_ruby.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.github/workflows/release_ruby.yml 
b/.github/workflows/release_ruby.yml
index 30b6a3b48..8410f97d0 100644
--- a/.github/workflows/release_ruby.yml
+++ b/.github/workflows/release_ruby.yml
@@ -254,7 +254,7 @@ jobs:
       - name: Release gem
         run: bundle exec rake release
         env:
-          RUBYOPT: "${{ format('-r{0}/rubygems-attestation-patch.rb {1}', 
github.action_path, env.RUBYOPT) || env.RUBYOPT }}"
+          RUBYOPT: "${{ 
format('-r{0}/bindings/ruby/rubygems-attestation-patch.rb {1}', 
github.workspace, env.RUBYOPT) || env.RUBYOPT }}"
 
       - name: Wait for release to propagate
         run: gem exec rubygems-await pkg/*.gem

Reply via email to