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 43ce7cb commit 2f426ffCopy full SHA for 2f426ff
.github/workflows/build.yml
@@ -382,7 +382,7 @@ jobs:
382
- name: Set metadata
383
id: set-metadata
384
run: |
385
- docker exec -w "${PWD}" ${{ steps.container.outputs.id }} ruby -e 'puts Gem.platforms.last.to_s' | tee gem_platform
+ docker exec -w "${PWD}" ${{ steps.container.outputs.id }} ruby -e 'puts Gem::Platform.local.tap { |p| RUBY_PLATFORM =~ /musl/ && p.version.nil? and p.instance_eval { @version = "musl" } }.to_s' | tee gem_platform
386
echo "::set-output name=GEM_PLATFORM::$(cat gem_platform)"
387
- name: Download a single artifact
388
uses: actions/download-artifact@v2
0 commit comments