mirror of
https://github.com/Eugeny/tabby.git
synced 2024-12-03 06:11:57 +08:00
Update build.yml
This commit is contained in:
parent
e2d4ef58c4
commit
b70a193dbd
4
.github/workflows/build.yml
vendored
4
.github/workflows/build.yml
vendored
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user