Merge remote-tracking branch 'origin/main' into dev-1.6.0
# Conflicts: # .github/workflows/electron-build.yml
This commit is contained in:
18
.github/workflows/electron-build.yml
vendored
18
.github/workflows/electron-build.yml
vendored
@@ -5,9 +5,9 @@ on:
|
|||||||
branches:
|
branches:
|
||||||
- development
|
- development
|
||||||
paths-ignore:
|
paths-ignore:
|
||||||
- "**.md"
|
- '**.md'
|
||||||
- ".gitignore"
|
- '.gitignore'
|
||||||
- "docker/**"
|
- 'docker/**'
|
||||||
workflow_dispatch:
|
workflow_dispatch:
|
||||||
inputs:
|
inputs:
|
||||||
build_type:
|
build_type:
|
||||||
@@ -34,8 +34,8 @@ jobs:
|
|||||||
- name: Setup Node.js
|
- name: Setup Node.js
|
||||||
uses: actions/setup-node@v4
|
uses: actions/setup-node@v4
|
||||||
with:
|
with:
|
||||||
node-version: "20"
|
node-version: '20'
|
||||||
cache: "npm"
|
cache: 'npm'
|
||||||
|
|
||||||
- name: Install dependencies
|
- name: Install dependencies
|
||||||
run: npm ci
|
run: npm ci
|
||||||
@@ -48,9 +48,7 @@ jobs:
|
|||||||
|
|
||||||
- name: Create Windows Portable zip
|
- name: Create Windows Portable zip
|
||||||
run: |
|
run: |
|
||||||
cd release/win-unpacked
|
Compress-Archive -Path "release/win-unpacked/*" -DestinationPath "Termix-Windows-Portable.zip"
|
||||||
Compress-Archive -Path * -DestinationPath "../../Termix-Windows-Portable.zip"
|
|
||||||
cd ../..
|
|
||||||
|
|
||||||
- name: Upload Windows Portable Artifact
|
- name: Upload Windows Portable Artifact
|
||||||
uses: actions/upload-artifact@v4
|
uses: actions/upload-artifact@v4
|
||||||
@@ -79,8 +77,8 @@ jobs:
|
|||||||
- name: Setup Node.js
|
- name: Setup Node.js
|
||||||
uses: actions/setup-node@v4
|
uses: actions/setup-node@v4
|
||||||
with:
|
with:
|
||||||
node-version: "20"
|
node-version: '20'
|
||||||
cache: "npm"
|
cache: 'npm'
|
||||||
|
|
||||||
- name: Install dependencies
|
- name: Install dependencies
|
||||||
run: npm ci
|
run: npm ci
|
||||||
|
|||||||
Reference in New Issue
Block a user