We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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
out-${{ matrix.os }}/**
cmake --install
Whole file
[edit] workflow file is running on multiple platforms, will that be an issue?
The text was updated successfully, but these errors were encountered:
No branches or pull requests
I'm using
and run this
but the release is not created
out-${{ matrix.os }}/**
is a directory containingcmake --install
outputWhole file
[edit]
workflow file is running on multiple platforms, will that be an issue?
The text was updated successfully, but these errors were encountered: