[CI > Release] Extract artifact properly

This commit is contained in:
Ducko 2022-02-02 19:27:09 +00:00
parent 601754dc94
commit 7a1cd8203f
1 changed files with 5 additions and 1 deletions

View File

@ -96,7 +96,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: GitHub Release
run: |