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

BUG: Don't support DOS path #318

Open
KangLin opened this issue Feb 2, 2023 · 2 comments
Open

BUG: Don't support DOS path #318

KangLin opened this issue Feb 2, 2023 · 2 comments

Comments

@KangLin
Copy link

KangLin commented Feb 2, 2023

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
@Ho-Ro
Copy link

Ho-Ro commented Feb 8, 2023

duplicate of #280?

@KangLin
Copy link
Author

KangLin commented Feb 9, 2023

duplicate of #280?

Yes.

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

2 participants