Skip to content

Commit 2a2269e

Browse files
Roman Hryshchyshynazubieta
authored andcommitted
Update AppImage tool download URL in CI workflows to the correct repository
1 parent 75d951e commit 2a2269e

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/continuous-builds.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ jobs:
5050
- name: Install dependencies
5151
run: |
5252
sudo apt install -y python3.11-minimal python3-pip python3-setuptools patchelf desktop-file-utils libgdk-pixbuf2.0-dev fakeroot strace git
53-
sudo wget https://github.com/AppImage/type2-runtime/releases/download/continuous/appimagetool-x86_64.AppImage -O /usr/local/bin/appimagetool
53+
sudo wget https://github.com/AppImage/appimagetool/releases/download/continuous/appimagetool-x86_64.AppImage -O /usr/local/bin/appimagetool
5454
sudo chmod +x /usr/local/bin/appimagetool
5555
- uses: actions/checkout@v3
5656
- name: Install appimage-builder

.github/workflows/stable-releases.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
- name: Install dependencies
1616
run: |
1717
sudo apt install -y python3.8-minimal python3-pip python3-setuptools patchelf desktop-file-utils libgdk-pixbuf2.0-dev fakeroot strace git
18-
sudo wget https://github.com/AppImage/type2-runtime/releases/download/continuous/appimagetool-x86_64.AppImage -O /usr/local/bin/appimagetool
18+
sudo wget https://github.com/AppImage/appimagetool/releases/download/continuous/appimagetool-x86_64.AppImage -O /usr/local/bin/appimagetool
1919
sudo chmod +x /usr/local/bin/appimagetool
2020
- uses: actions/checkout@v3
2121
- name: Install appimage-builder

0 commit comments

Comments
 (0)