Skip to content

Commit ad803d6

Browse files
committed
fix: properly parse version from --version output
1 parent ea026e7 commit ad803d6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/continuous-builds.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ jobs:
6060
- name: Build AppImage
6161
run: |
6262
cd recipes/appimage-builder
63-
export APPIMAGE_BUILDER_VERSION=$(appimage-builder --version)
63+
export APPIMAGE_BUILDER_VERSION=$(appimage-builder --version | head -1 | cut -f 2 -d" ")
6464
appimage-builder --skip-test
6565
- name: Upload Artifacts
6666
uses: actions/upload-artifact@v2.1.4

0 commit comments

Comments
 (0)