[CI > Test] Extract artifact properly

This commit is contained in:
Ducko 2022-02-02 19:22:58 +00:00
parent 964ce9dc10
commit 601754dc94
1 changed files with 5 additions and 1 deletions

View File

@ -51,7 +51,11 @@ jobs:
uses: actions/download-artifact@v2
with:
name: built-asar
path: app.asar
path: artifact
- name: Extract artifact
run: |
cp artifact/app.asar .
- name: Setup Node.js v16.x
uses: actions/setup-node@v2