mirror of
https://github.com/imgfloat/server.git
synced 2026-02-05 03:39:26 +00:00
fix working directory paths
This commit is contained in:
4
.github/workflows/ci.yml
vendored
4
.github/workflows/ci.yml
vendored
@@ -42,16 +42,14 @@ jobs:
|
||||
cache: 'npm'
|
||||
cache-dependency-path: package-lock.json
|
||||
- name: Install dependencies
|
||||
working-directory: src/main/node
|
||||
run: npm ci
|
||||
- name: Build Electron bundles
|
||||
working-directory: src/main/node
|
||||
run: ${{ matrix.build-command }}
|
||||
- name: Upload Electron artifacts
|
||||
uses: actions/upload-artifact@v4
|
||||
with:
|
||||
name: ${{ matrix.artifact-name }}
|
||||
path: src/main/node/dist/**
|
||||
path: dist/**
|
||||
|
||||
docker:
|
||||
runs-on: ubuntu-latest
|
||||
|
||||
Reference in New Issue
Block a user