chore: workflows
This commit is contained in:
2
.github/workflows/desktop.release.test.yml
vendored
2
.github/workflows/desktop.release.test.yml
vendored
@@ -10,12 +10,12 @@ jobs:
|
|||||||
run:
|
run:
|
||||||
working-directory: packages/desktop
|
working-directory: packages/desktop
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v2
|
|
||||||
- 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: mkdir dist
|
- run: mkdir dist
|
||||||
- run: echo Foo >> dist/foo.txt
|
- run: echo Foo >> dist/foo.txt
|
||||||
|
- run: ls
|
||||||
|
|
||||||
- name: Upload
|
- name: Upload
|
||||||
uses: actions/upload-artifact@v3.0.0
|
uses: actions/upload-artifact@v3.0.0
|
||||||
|
|||||||
Reference in New Issue
Block a user