Skip to content

Commit

Permalink
refactor: adjusting discord-rpc dependencies to work with windows
Browse files Browse the repository at this point in the history
  • Loading branch information
eduardoc7 committed Apr 27, 2024
1 parent a21006f commit f004f45
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build_cmake.yml
Original file line number Diff line number Diff line change
Expand Up @@ -361,7 +361,7 @@ jobs:
- name: Collect Binaries
shell: pwsh
run: |
${PLUGIN_DIR_BASE} = "Plugin"
${PLUGIN_DIR_BASE} = "Plugin/"
${PLUGIN_ARCHIVE} = "CuteDiscordPresence-Plugin_QtC${env:QT_CREATOR_VERSION}_${env:OS}_${{matrix.config.arch}}"
switch ("${{runner.os}}")
Expand Down

0 comments on commit f004f45

Please sign in to comment.