Skip to content

Commit dd99721

Browse files
author
FileShot
committed
fix: restore workflow to simple paths
1 parent 16549da commit dd99721

1 file changed

Lines changed: 0 additions & 21 deletions

File tree

.github/workflows/build.yml

Lines changed: 0 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,6 @@ jobs:
2020
with:
2121
node-version: '18'
2222
cache: 'npm'
23-
cache-dependency-path: package-lock.json
2423

2524
- name: Install dependencies
2625
run: npm ci
@@ -49,7 +48,6 @@ jobs:
4948
with:
5049
node-version: '18'
5150
cache: 'npm'
52-
cache-dependency-path: package-lock.json
5351

5452
- name: Install dependencies
5553
run: npm ci
@@ -78,7 +76,6 @@ jobs:
7876
with:
7977
node-version: '18'
8078
cache: 'npm'
81-
cache-dependency-path: package-lock.json
8279

8380
- name: Install dependencies
8481
run: npm ci
@@ -96,21 +93,3 @@ jobs:
9693
dist/**/*.AppImage
9794
dist/**/*.deb
9895
dist/**/*.rpm
99-
100-
create-release:
101-
needs: [build-windows, build-macos, build-linux]
102-
runs-on: ubuntu-latest
103-
if: startsWith(github.ref, 'refs/tags/')
104-
steps:
105-
- name: Download all artifacts
106-
uses: actions/download-artifact@v4
107-
108-
- name: Create Release
109-
uses: softprops/action-gh-release@v2
110-
with:
111-
files: |
112-
windows-installer/*
113-
macos-installer/*
114-
linux-installer/*
115-
env:
116-
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)