chore: workflows

This commit is contained in:
Mo
2022-06-12 12:37:44 -05:00
parent 21a8bb92d4
commit 1ea8ac4bd7

View File

@@ -10,12 +10,12 @@ jobs:
run:
working-directory: packages/desktop
steps:
- uses: actions/checkout@v2
- uses: actions/setup-node@v2
with:
registry-url: 'https://registry.npmjs.org'
- run: mkdir dist
- run: echo Foo >> dist/foo.txt
- run: ls
- name: Upload
uses: actions/upload-artifact@v3.0.0