We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bb9009e commit 37b36e0Copy full SHA for 37b36e0
1 file changed
.github/workflows/build.yml
@@ -47,6 +47,7 @@ jobs:
47
48
- name: Test to create neovim AppImage
49
run: |
50
+ set -x
51
mkdir -p ./out
52
appimage_path=$(find . -name pkg2appimage*AppImage)
53
zsync_path=$(find . -name pkg2appimage*AppImage.zsync)
0 commit comments