We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ea026e7 commit ad803d6Copy full SHA for ad803d6
.github/workflows/continuous-builds.yml
@@ -60,7 +60,7 @@ jobs:
60
- name: Build AppImage
61
run: |
62
cd recipes/appimage-builder
63
- export APPIMAGE_BUILDER_VERSION=$(appimage-builder --version)
+ export APPIMAGE_BUILDER_VERSION=$(appimage-builder --version | head -1 | cut -f 2 -d" ")
64
appimage-builder --skip-test
65
- name: Upload Artifacts
66
uses: actions/upload-artifact@v2.1.4
0 commit comments