Skip to content

Commit f0b4bac

Browse files
update for linuxdeploy
1 parent d3b6030 commit f0b4bac

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
@@ -62,7 +62,7 @@ jobs:
6262

6363
- name: Download linuxdeploy
6464
run: |
65-
wget -nv -c https://github.com/linuxdeploy/linuxdeploy/releases/download/2.0.0-alpha-1-20241106/linuxdeploy-x86_64.AppImage
65+
wget -nv -c https://github.com/linuxdeploy/linuxdeploy/releases/download/1-alpha-20250213-2/linuxdeploy-x86_64.AppImage
6666
chmod +x linuxdeploy-x86_64.AppImage
6767
mkdir -p ~/.local/bin
6868
mv linuxdeploy-x86_64.AppImage ~/.local/bin

0 commit comments

Comments
 (0)