Skip to content

Commit 1883a26

Browse files
committed
Fix Linux Release build
1 parent ef3f831 commit 1883a26

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
@@ -211,7 +211,7 @@ jobs:
211211
- name: Download AppImageTool
212212
run: |
213213
mkdir -p linux/build
214-
wget -O linux/build/appimagetool https://github.com/AppImage/AppImageKit/releases/download/continuous/appimagetool-x86_64.AppImage
214+
wget -O linux/build/appimagetool https://github.com/AppImage/appimagetool/releases/download/continuous/appimagetool-x86_64.AppImage
215215
chmod +x linux/build/appimagetool
216216
217217
- name: Create AppImage Structure

0 commit comments

Comments
 (0)