We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 6c26872 + 69ffdaa commit 68eefe2Copy full SHA for 68eefe2
2 files changed
.github/workflows/build.yml
@@ -8,9 +8,6 @@ jobs:
8
steps:
9
- uses: actions/checkout@v4
10
11
- - name: Setup GitHub CLI
12
- uses: cli/cli@v2
13
-
14
- name: Download and extract plugins
15
shell: pwsh
16
run: |
Amethyst/Amethyst.csproj
@@ -12,8 +12,8 @@
</PropertyGroup>
<ItemGroup>
- <AvaloniaResource Include="Assets\**"/>
- <AvaloniaResource Include="NiTE2\**" Visible="False" />
+ <AvaloniaResource Include="Assets\**" />
+ <AvaloniaResource Include="NiTE2\**" />
17
</ItemGroup>
18
19
0 commit comments