File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 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
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
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
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 }}
You can’t perform that action at this time.
0 commit comments