chore: desktop workflow
This commit is contained in:
4
.github/workflows/desktop.release.test.yml
vendored
4
.github/workflows/desktop.release.test.yml
vendored
@@ -34,7 +34,7 @@ jobs:
|
||||
uses: actions/upload-artifact@v3.0.0
|
||||
with:
|
||||
name: assets
|
||||
path: 'dist/'
|
||||
path: 'packages/desktop/dist/'
|
||||
|
||||
Publish:
|
||||
runs-on: ubuntu-latest
|
||||
@@ -46,6 +46,6 @@ jobs:
|
||||
- uses: actions/download-artifact@v3
|
||||
with:
|
||||
name: assets
|
||||
path: dist
|
||||
path: packages/desktop/dist
|
||||
- run: node scripts/sums.mjs
|
||||
- run: node scripts/create-draft-release.mjs
|
||||
|
||||
8
.github/workflows/desktop.release.yml
vendored
8
.github/workflows/desktop.release.yml
vendored
@@ -36,7 +36,7 @@ jobs:
|
||||
uses: actions/upload-artifact@v3.0.0
|
||||
with:
|
||||
name: assets
|
||||
path: 'dist/'
|
||||
path: 'packages/desktop/dist/'
|
||||
|
||||
Linux:
|
||||
runs-on: ubuntu-latest
|
||||
@@ -93,7 +93,7 @@ jobs:
|
||||
uses: actions/upload-artifact@v3.0.0
|
||||
with:
|
||||
name: assets
|
||||
path: 'dist/'
|
||||
path: 'packages/desktop/dist/'
|
||||
|
||||
Windows:
|
||||
runs-on: windows-latest
|
||||
@@ -109,7 +109,7 @@ jobs:
|
||||
uses: actions/upload-artifact@v3.0.0
|
||||
with:
|
||||
name: assets
|
||||
path: 'dist/'
|
||||
path: 'packages/desktop/dist/'
|
||||
|
||||
Publish:
|
||||
runs-on: ubuntu-latest
|
||||
@@ -121,7 +121,7 @@ jobs:
|
||||
- uses: actions/download-artifact@v3
|
||||
with:
|
||||
name: assets
|
||||
path: dist
|
||||
path: packages/desktop/dist
|
||||
- run: node scripts/sums.mjs
|
||||
- run: node scripts/create-draft-release.mjs
|
||||
- run: node scripts/publishSnap.mjs
|
||||
|
||||
Reference in New Issue
Block a user