Skip to content

Commit f75f944

Browse files
authored
fix: ci debian package build
1 parent 4717a4f commit f75f944

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -242,7 +242,7 @@ jobs:
242242
mkdir -p debian/gopeed/usr/share/applications
243243
mkdir -p debian/gopeed/usr/share/icons/hicolor/scalable/apps
244244
mkdir -p debian/gopeed/DEBIAN
245-
245+
mkdir -p debian/gopeed/usr/bin
246246
cp -r build/linux/x64/release/bundle/* debian/gopeed/opt/gopeed/
247247
cp assets/icon/icon.svg debian/gopeed/usr/share/icons/hicolor/scalable/apps/com.gopeed.Gopeed.svg
248248
ln -sf /opt/gopeed/gopeed debian/gopeed/usr/bin/gopeed

0 commit comments

Comments
 (0)