mirror of
https://github.com/MacRimi/ProxMenux.git
synced 2025-10-02 08:06:17 +00:00
Update build-appimage.yml
This commit is contained in:
2
.github/workflows/build-appimage.yml
vendored
2
.github/workflows/build-appimage.yml
vendored
@@ -47,7 +47,7 @@ jobs:
|
|||||||
- name: Get version from package.json
|
- name: Get version from package.json
|
||||||
id: version
|
id: version
|
||||||
working-directory: AppImage
|
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
|
- name: Upload AppImage artifact
|
||||||
uses: actions/upload-artifact@v4
|
uses: actions/upload-artifact@v4
|
||||||
|
Reference in New Issue
Block a user