File tree Expand file tree Collapse file tree 1 file changed +0
-10
lines changed
Expand file tree Collapse file tree 1 file changed +0
-10
lines changed Original file line number Diff line number Diff line change @@ -147,12 +147,6 @@ jobs:
147147 - name : Set platform
148148 id : platform
149149 run : |
150- platform=${{ matrix.os }}
151- platform=${platform/macos-13/macos-latest}
152- platform=${platform/macos-14/macos-13-arm64}
153- platform=${platform/%-arm/-arm64}
154- echo "old_platform=$platform" >> $GITHUB_OUTPUT
155-
156150 platform=${{ matrix.os }}
157151 platform=${platform/macos-13/darwin-x64}
158152 platform=${platform/macos-14/darwin-arm64}
@@ -264,10 +258,6 @@ jobs:
264258 GH_REPO : ${{ github.repository }}
265259 run : |
266260 gh release upload "${{ needs.release.outputs.tag }}" "ruby-${{ matrix.name }}-${{ steps.platform.outputs.platform }}.tar.gz"
267- if [ "${{ steps.platform.outputs.old_platform }}" != "${{ steps.platform.outputs.platform }}" ]; then
268- mv "ruby-${{ matrix.name }}-${{ steps.platform.outputs.platform }}.tar.gz" "ruby-${{ matrix.name }}-${{ steps.platform.outputs.old_platform }}.tar.gz"
269- gh release upload "${{ needs.release.outputs.tag }}" "ruby-${{ matrix.name }}-${{ steps.platform.outputs.old_platform }}.tar.gz"
270- fi
271261
272262 reuse-slow :
273263 needs : [prepare, release]
You can’t perform that action at this time.
0 commit comments