mirror of
https://github.com/CompeyDev/lune-packaging.git
synced 2025-01-09 04:09:09 +00:00
fix: export function, not bin
This commit is contained in:
parent
f1c29b9bbf
commit
e2bbc210a8
1 changed files with 1 additions and 1 deletions
2
.github/workflows/appimage.yaml
vendored
2
.github/workflows/appimage.yaml
vendored
|
@ -44,7 +44,7 @@ jobs:
|
|||
/usr/bin/appimagetool "$@"
|
||||
}
|
||||
|
||||
export -f /usr/bin/appimagetool
|
||||
export -f appimagetool
|
||||
|
||||
cd /build
|
||||
./pkg2appimage/pkg2appimage lune.yml
|
||||
|
|
Loading…
Reference in a new issue