Skip to content

Commit

Permalink
Update build.yml (#39)
Browse files Browse the repository at this point in the history
* Update build.yml

* Update Macro-Deck-OBS-WebSocket.csproj
  • Loading branch information
RecklessBoon authored Oct 31, 2023
1 parent 3364549 commit c6733c2
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,6 @@ jobs:

steps:
- name: Build Extension
uses: RecklessBoon/Macro-Deck-Extension-Build-Action@v1.0.7
uses: RecklessBoon/Macro-Deck-Extension-Build-Action@main
with:
upsert-release: true
3 changes: 2 additions & 1 deletion Macro-Deck-OBS-WebSocket.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -34,8 +34,9 @@
</ItemGroup>

<ItemGroup>
<Reference Include="SuchByte.MacroDeck">
<Reference Include="Macro Deck 2">
<HintPath>$(SolutionDir)..\Macro-Deck\MacroDeck\bin\$(ConfigurationName)\$(TargetFramework)\win-x64\Macro Deck 2.dll</HintPath>
<Private>false</Private>
</Reference>
</ItemGroup>

Expand Down

0 comments on commit c6733c2

Please sign in to comment.