Skip to content

Commit ecd36c6

Browse files
committed
Fixes typo
1 parent c622135 commit ecd36c6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ jobs:
4747
- name: Install dotnet deb
4848
run: |
4949
cd src/PlexRichPresence.UI.Avalonia
50-
dotnet tool install --global DotnetPackaging.Tools
50+
dotnet tool install --global DotnetPackaging.Tool
5151
export PATH="$PATH:/github/home/.dotnet/tools"
5252
dotnet publish --runtime linux-x64 --configuration Release -p:PublishSingleFile=true --self-contained true
5353
cp ./Assets/plex-rich-presence.png ./bin/Release/net8.0/linux-x64/publish/icon.png

0 commit comments

Comments
 (0)