chore: workflows

This commit is contained in:
Mo
2022-06-12 14:45:30 -05:00
parent 22fa95f7ab
commit b4e132a32c

View File

@@ -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