Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

run successfully but no binary shows in the github release pages #48

Open
rmGFW opened this issue Jul 12, 2022 · 0 comments
Open

run successfully but no binary shows in the github release pages #48

rmGFW opened this issue Jul 12, 2022 · 0 comments
Labels
bug Something isn't working needs-testing Needs further testing to narrow down problem

Comments

@rmGFW
Copy link

rmGFW commented Jul 12, 2022

this is my config , it goes well , but no binary upload to release pages

on:
  workflow_dispatch:
  release:
    types: [created]

jobs:
  release:
    name: release ${{ matrix.target }}
    runs-on: ubuntu-latest
    strategy:
      fail-fast: false
      matrix:
        target:
          [
            x86_64-pc-windows-gnu,
            x86_64-unknown-linux-musl,
            x86_64-apple-darwin,
          ]
    steps:
      - uses: actions/checkout@master
        with:
          submodules: recursive
          token: ${{ secrets.MY_REPO_PAT }}
      - name: Compile and release
        uses: rust-build/[email protected]
        env:
          GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
        with:
          RUSTTARGET: ${{ matrix.target }}
@Douile Douile added bug Something isn't working needs-testing Needs further testing to narrow down problem labels Oct 24, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working needs-testing Needs further testing to narrow down problem
Development

No branches or pull requests

2 participants