Update build-appimage.yml

This commit is contained in:
MacRimi
2025-09-28 19:44:51 +02:00
committed by GitHub
parent 9da8f9a5d1
commit 61f80f9ee6

View File

@@ -47,7 +47,7 @@ jobs:
- name: Get version from package.json
id: version
working-directory: AppImage
run: echo "VERSION=$(grep '"version"' package.json | sed 's/.*"version": *"$$[^"]*$$".*/\1/')" >> $GITHUB_OUTPUT
run: echo "VERSION=$(node -p "require('./package.json').version")" >> $GITHUB_OUTPUT
- name: Upload AppImage artifact
uses: actions/upload-artifact@v4