We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ae3c150 commit cb67799Copy full SHA for cb67799
.github/workflows/build.yml
@@ -95,9 +95,9 @@ jobs:
95
id: set-metadata
96
run: |
97
./libexec/metadata ruby_platform | tee ruby_platform
98
- echo "RUBY_PLATFORM=$(cat ruby_platform)" >> $GITHUB_OUTPUT
+ echo "RUBY_PLATFORM=$RUBY_TARGET_PLATFORM" >> $GITHUB_OUTPUT
99
./libexec/metadata gem_platform | tee gem_platform
100
- echo "GEM_PLATFORM=$(cat gem_platform)" >> $GITHUB_OUTPUT
+ echo "GEM_PLATFORM=$TARGET_PLATFORM" >> $GITHUB_OUTPUT
101
./libexec/metadata gem_version | tee gem_version
102
echo "GEM_VERSION=$(cat gem_version)" >> $GITHUB_OUTPUT
103
./libexec/metadata node_version | tee node_version
0 commit comments