mirror of
https://github.com/MacRimi/ProxMenux.git
synced 2025-10-01 23:56:18 +00:00
Update build-appimage.yml
This commit is contained in:
8
.github/workflows/build-appimage.yml
vendored
8
.github/workflows/build-appimage.yml
vendored
@@ -7,11 +7,10 @@ on:
|
||||
pull_request:
|
||||
branches: [ main ]
|
||||
paths: [ 'AppImage/**' ]
|
||||
workflow_dispatch:
|
||||
|
||||
jobs:
|
||||
build:
|
||||
runs-on: ubuntu-22.04
|
||||
runs-on: ubuntu-20.04
|
||||
|
||||
steps:
|
||||
- name: Checkout code
|
||||
@@ -21,12 +20,10 @@ jobs:
|
||||
uses: actions/setup-node@v4
|
||||
with:
|
||||
node-version: '18'
|
||||
cache: 'npm'
|
||||
cache-dependency-path: 'AppImage/package-lock.json'
|
||||
|
||||
- name: Install dependencies
|
||||
working-directory: AppImage
|
||||
run: npm ci
|
||||
run: npm install
|
||||
|
||||
- name: Build Next.js app
|
||||
working-directory: AppImage
|
||||
@@ -56,4 +53,3 @@ jobs:
|
||||
name: ProxMenux-${{ steps.version.outputs.VERSION }}-AppImage
|
||||
path: AppImage/dist/*.AppImage
|
||||
retention-days: 30
|
||||
|
||||
|
Reference in New Issue
Block a user