Skip to content

Commit d47d9f6

Browse files
committed
Remove unwanted file
1 parent a1ddff3 commit d47d9f6

File tree

3 files changed

+3
-0
lines changed

3 files changed

+3
-0
lines changed

.github/workflows/release.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,8 @@ jobs:
4444
needs: [compute-version]
4545
steps:
4646
- uses: actions/checkout@v2
47+
- name: Check version
48+
run: echo ${{ needs.compute-version.outputs.output1 }}
4749
- name: Install dotnet deb
4850
run: |
4951
cd src/PlexRichPresence.UI.Avalonia

src/PlexRichPresence.UI.Avalonia/PlexRichPresence.UI.Avalonia.csproj

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@
1515
</Content>
1616
</ItemGroup>
1717
<ItemGroup>
18+
<Folder Include="dist\linux-x64\" />
1819
<Folder Include="Models\" />
1920
<AvaloniaResource Include="Assets\**" />
2021
<None Remove=".gitignore" />
Binary file not shown.

0 commit comments

Comments
 (0)