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

Help with config file #530

Open
Denzy7 opened this issue Oct 26, 2024 · 0 comments
Open

Help with config file #530

Denzy7 opened this issue Oct 26, 2024 · 0 comments

Comments

@Denzy7
Copy link

Denzy7 commented Oct 26, 2024

I'm using

    - name: Release
      uses: softprops/action-gh-release@v2
      if: startsWith(github.ref, 'refs/tags/')
      with:
        draft: false
        files: out-${{ matrix.os }}/**
        prerelease: false

and run this

git push origin main
git push --tags

but the release is not created

out-${{ matrix.os }}/** is a directory containing cmake --install output

Whole file

[edit]
workflow file is running on multiple platforms, will that be an issue?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant