Update build.yml

This commit is contained in:
Jai A P
2022-03-08 22:58:11 +05:30
committed by GitHub
parent e2d4ef58c4
commit b70a193dbd

View File

@@ -327,9 +327,9 @@ jobs:
- name: Package artifacts
run: |
mkdir artifact-setup
mv dist/*-setup.exe artifact-setup/
mv dist/*-setup-*.exe artifact-setup/
mkdir artifact-portable
mv dist/*-portable.zip artifact-portable/
mv dist/*-portable-*.zip artifact-portable/
- uses: actions/upload-artifact@master
name: Upload installer