fix: typo in the windows builder

This commit is contained in:
2023-08-22 22:18:08 +02:00
parent 6972abc098
commit 2a595746d6

View File

@@ -8,7 +8,7 @@ jobs:
- run: yarn
- run: yarn build-electron-win
- run: mkdir /tmp/artifacts
- run: mv -t /tmp/artifact dist/*.exe
- run: mv -t /tmp/artifacts dist/*.exe
- store_artifacts:
path: /tmp/artifacts
build_linux: