Skip to content

Commit 68eefe2

Browse files
committed
Merge remote-tracking branch 'origin/master'
2 parents 6c26872 + 69ffdaa commit 68eefe2

2 files changed

Lines changed: 2 additions & 5 deletions

File tree

.github/workflows/build.yml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,9 +8,6 @@ jobs:
88
steps:
99
- uses: actions/checkout@v4
1010

11-
- name: Setup GitHub CLI
12-
uses: cli/cli@v2
13-
1411
- name: Download and extract plugins
1512
shell: pwsh
1613
run: |

Amethyst/Amethyst.csproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,8 @@
1212
</PropertyGroup>
1313

1414
<ItemGroup>
15-
<AvaloniaResource Include="Assets\**"/>
16-
<AvaloniaResource Include="NiTE2\**" Visible="False" />
15+
<AvaloniaResource Include="Assets\**" />
16+
<AvaloniaResource Include="NiTE2\**" />
1717
</ItemGroup>
1818

1919
<ItemGroup>

0 commit comments

Comments
 (0)