Skip to content

Commit

Permalink
corrected quotes type for build script
Browse files Browse the repository at this point in the history
  • Loading branch information
FreedomFaighter committed Oct 28, 2023
1 parent 08c4e00 commit 61e09be
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build-plugin.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
ACTFileName: 'ACTv3-setup.exe'
ACTDownloadURI: 'https://advancedcombattracker.com/download.php?id=56'
EQDPSPluginUnitTestLibraryPath: '.\EQDPSPluginUnitTests\bin\Release\EQDPSPluginUnitTests.dll'
EQDPSPluginLibraryPath: ".\EverQuestDPSPlugin\obj\Release\EverQuestDPSPlugin.dll"
EQDPSPluginLibraryPath: '.\EverQuestDPSPlugin\obj\Release\EverQuestDPSPlugin.dll'
steps:
- uses: actions/checkout@main
- name: Setup MSBuild
Expand Down
2 changes: 1 addition & 1 deletion EverQuestDPSPlugin/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -25,5 +25,5 @@
// Build Number
// Revision
//
[assembly: AssemblyVersion("0.1.0.34")]
[assembly: AssemblyVersion("0.1.0.35")]
[assembly: InternalsVisibleTo("EQDPSPluginUnitTests")]

0 comments on commit 61e09be

Please sign in to comment.