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
Since Nov 21 2022 . It isn't support DOS path
v1 yml file: https://github.com/KangLin/RabbitRemoteControl/blob/master/.github/workflows/msvc.yml
v0.1.14, It is support DOS path v0.1.14 yml file: https://github.com/KangLin/RabbitRemoteControl/blob/develop/.github/workflows/msvc.yml
defaults: run: shell: cmd - name: Upload To Github Release if: ${{ matrix.BUILD_TYPE == 'Release' && '5.12.12' == matrix.qt_version && startsWith(github.ref, 'refs/tags/') }} uses: softprops/action-gh-release@v0.1.14 env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} with: prerelease: true body: | [:cn: 修改日志](ChangeLog_zh_CN.md) [:cn: 说明](README_zh_CN.md) [:us: Change log](ChangeLog.md) [:us: README](README.md) files: | ${{github.workspace}}\build\RabbitRemoteControl_windows_${{env.RabbitRemoteControl_VERSION}}.zip ${{github.workspace}}\build\RabbitRemoteControl_windows_${{env.RabbitRemoteControl_VERSION}}.zip.md5sum ${{github.workspace}}\build\RabbitRemoteControl_Setup_${{env.RabbitRemoteControl_VERSION}}.exe ${{github.workspace}}\build\RabbitRemoteControl_Setup_${{env.RabbitRemoteControl_VERSION}}.exe.md5sum ${{github.workspace}}\build\update_windows.xml
The text was updated successfully, but these errors were encountered:
duplicate of #280?
Sorry, something went wrong.
Yes.
No branches or pull requests
Since Nov 21 2022 . It isn't support DOS path
v1 yml file: https://github.com/KangLin/RabbitRemoteControl/blob/master/.github/workflows/msvc.yml
v0.1.14, It is support DOS path
v0.1.14 yml file: https://github.com/KangLin/RabbitRemoteControl/blob/develop/.github/workflows/msvc.yml
The text was updated successfully, but these errors were encountered: