We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a673280 commit 0c159e9Copy full SHA for 0c159e9
.github/workflows/release.yml
@@ -55,6 +55,7 @@ jobs:
55
export PATH="$PATH:/github/home/.dotnet/tools"
56
- name: Build deb package
57
run: |
58
+ cd src/PlexRichPresence.UI.Avalonia
59
dotnet publish --runtime linux-x64 --configuration Release -p:PublishSingleFile=true --self-contained true
60
cp ./Assets/plex-rich-presence.png ./bin/Release/net8.0/linux-x64/publish/icon.png
61
mkdir artifacts
0 commit comments