chore: desktop workflow

This commit is contained in:
Mo
2022-06-12 08:55:17 -05:00
parent 13eb78652f
commit 2f11006498

View File

@@ -32,7 +32,6 @@ jobs:
Publish: Publish:
runs-on: ubuntu-latest runs-on: ubuntu-latest
needs: [Linux]
defaults: defaults:
run: run:
working-directory: packages/desktop working-directory: packages/desktop
@@ -40,6 +39,7 @@ jobs:
- uses: actions/setup-node@v2 - uses: actions/setup-node@v2
with: with:
registry-url: 'https://registry.npmjs.org' registry-url: 'https://registry.npmjs.org'
- run: ls
- uses: actions/download-artifact@v3 - uses: actions/download-artifact@v3
with: with:
name: assets name: assets