File tree Expand file tree Collapse file tree 1 file changed +2
-5
lines changed
Expand file tree Collapse file tree 1 file changed +2
-5
lines changed Original file line number Diff line number Diff line change 5353 cd src/PlexRichPresence.UI.Avalonia
5454 dotnet tool install --global DotnetPackaging.Tool
5555 export PATH="$PATH:/github/home/.dotnet/tools"
56+ - name : Build deb package
57+ run : |
5658 dotnet publish --runtime linux-x64 --configuration Release -p:PublishSingleFile=true --self-contained true
5759 cp ./Assets/plex-rich-presence.png ./bin/Release/net8.0/linux-x64/publish/icon.png
5860 mkdir artifacts
6365 --homepage https://github.com/ombrelin/plex-rich-presence \
6466 --license MIT \
6567 --version ${{ needs.compute-version.outputs.output1 }}
66- - name : Build deb package
67- run : |
68- cd src/PlexRichPresence.UI.Avalonia
69- export PATH="$PATH:/github/home/.dotnet/tools"
70- dotnet deb -c Release -f net8.0 -o dist/linux-x64
7168 - name : Save deb package as artifact
7269 uses : actions/upload-artifact@v4
7370 with :
You can’t perform that action at this time.
0 commit comments