Skip to content

Commit 0c159e9

Browse files
committed
Fix
1 parent a673280 commit 0c159e9

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -55,6 +55,7 @@ jobs:
5555
export PATH="$PATH:/github/home/.dotnet/tools"
5656
- name: Build deb package
5757
run: |
58+
cd src/PlexRichPresence.UI.Avalonia
5859
dotnet publish --runtime linux-x64 --configuration Release -p:PublishSingleFile=true --self-contained true
5960
cp ./Assets/plex-rich-presence.png ./bin/Release/net8.0/linux-x64/publish/icon.png
6061
mkdir artifacts

0 commit comments

Comments
 (0)