Skip to content

Commit df10f3f

Browse files
committed
Fix
1 parent 24eee99 commit df10f3f

File tree

1 file changed

+2
-5
lines changed

1 file changed

+2
-5
lines changed

.github/workflows/release.yml

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -53,6 +53,8 @@ jobs:
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
@@ -63,11 +65,6 @@ jobs:
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:

0 commit comments

Comments
 (0)