File tree Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Original file line number Diff line number Diff line change 15
15
with :
16
16
repository : NixOS/patchelf
17
17
path : patchelf
18
+ ref : 0.13.1
18
19
19
20
- name : Compile
20
21
run : |
39
40
40
41
- name : Package
41
42
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
43
44
chmod u+x appimagetool-${{ matrix.arch }}.AppImage
44
45
ln -s patchelf.png AppDir/.DirIcon
45
46
ln -s usr/bin/patchelf AppDir/AppRun
60
61
else
61
62
./appimagetool-${{ matrix.arch }}.AppImage AppDir
62
63
fi
63
- echo "::set-env name= PATCHELF_APPIMAGE:: $(ls patchelf-*.AppImage)"
64
+ echo "PATCHELF_APPIMAGE= $(ls patchelf-*.AppImage)" >> $GITHUB_ENV
64
65
65
66
- uses : actions/upload-artifact@v1
66
67
with :
You can’t perform that action at this time.
0 commit comments