chore: workflows
This commit is contained in:
7
.github/workflows/desktop.release.test.yml
vendored
7
.github/workflows/desktop.release.test.yml
vendored
@@ -15,7 +15,9 @@ jobs:
|
|||||||
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.exe
|
||||||
|
echo Foo >> dist/foo.exe.blockmap
|
||||||
- run: ls
|
- run: ls
|
||||||
- run: ls dist
|
- run: ls dist
|
||||||
|
|
||||||
@@ -23,6 +25,5 @@ jobs:
|
|||||||
uses: actions/upload-artifact@v3.0.0
|
uses: actions/upload-artifact@v3.0.0
|
||||||
with:
|
with:
|
||||||
name: assets
|
name: assets
|
||||||
path: |
|
path: packages/desktop/dist/*+(.blockmap|.exe)
|
||||||
packages/desktop/dist/foo.txt
|
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user