Skip to content

Commit 29c6e4f

Browse files
committed
Use patchelf 0.13.1
1 parent 9fd5c0a commit 29c6e4f

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.github/workflows/appimage.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@ jobs:
1515
with:
1616
repository: NixOS/patchelf
1717
path: patchelf
18+
ref: 0.13.1
1819

1920
- name: Compile
2021
run: |
@@ -39,7 +40,7 @@ jobs:
3940
4041
- name: Package
4142
run: |
42-
wget -cq https://github.com/AppImage/AppImageKit/releases/download/continuous/appimagetool-${{ matrix.arch }}.AppImage
43+
wget -cq https://github.com/AppImage/AppImageKit/releases/download/12/appimagetool-${{ matrix.arch }}.AppImage
4344
chmod u+x appimagetool-${{ matrix.arch }}.AppImage
4445
ln -s patchelf.png AppDir/.DirIcon
4546
ln -s usr/bin/patchelf AppDir/AppRun
@@ -60,7 +61,7 @@ jobs:
6061
else
6162
./appimagetool-${{ matrix.arch }}.AppImage AppDir
6263
fi
63-
echo "::set-env name=PATCHELF_APPIMAGE::$(ls patchelf-*.AppImage)"
64+
echo "PATCHELF_APPIMAGE=$(ls patchelf-*.AppImage)" >> $GITHUB_ENV
6465
6566
- uses: actions/upload-artifact@v1
6667
with:

0 commit comments

Comments
 (0)