taiki-e / upload-rust-binary-action

GitHub Action for building and uploading Rust binary to GitHub Releases.
Apache License 2.0
227 stars 19 forks source link

Something stopped making builds other than linux #64

Closed richardanaya closed 6 months ago

taiki-e commented 6 months ago

Could you tell us specifically what workflow you used and what problems you encountered?

richardanaya commented 6 months ago

Hmm, it's strange, my github action 3 weeks ago would do all targets by default.

Now it seems i'm forced to



    strategy:
      matrix:
        os:
          - ubuntu-latest
          - macos-latest
          - windows-latest
    runs-on: ${{ matrix.os }}
    `
taiki-e commented 6 months ago

This seems to be fixed by https://github.com/richardanaya/epistemology/commit/5f9ec8a3cf14175c7266d865e06845cae3e9e6f2.