This commit is contained in:
Jacob Heider 2023-11-11 20:29:47 -05:00
parent 18086acb4e
commit 7bb3342d56
No known key found for this signature in database
GPG key ID: 59D15ADC7DCD39BB

View file

@ -39,7 +39,7 @@ jobs:
needs: [get-platform]
if: ${{ !inputs.new-version || needs.get-platform.outputs.available != '' }}
# runs-on: ubuntu-latest
runs-on: ${{ needs.get-platform.outputs.os }}
runs-on: ${{ fromJson(needs.get-platform.outputs.os) }}
outputs:
srcs: ${{ env.srcs }}
built: ${{ env.built }}