mirror of
https://github.com/GiriNeko/YesPlayMusic.git
synced 2025-12-16 21:28:06 +00:00
chore(ci/cd): bump actions/upload-artifact to v3
This commit is contained in:
parent
fbc1e9903e
commit
b9cdade832
1 changed files with 3 additions and 3 deletions
6
.github/workflows/build.yaml
vendored
6
.github/workflows/build.yaml
vendored
|
|
@ -96,19 +96,19 @@ jobs:
|
||||||
|
|
||||||
use_vue_cli: true
|
use_vue_cli: true
|
||||||
|
|
||||||
- uses: actions/upload-artifact@v2
|
- uses: actions/upload-artifact@v3
|
||||||
with:
|
with:
|
||||||
name: YesPlayMusic-mac
|
name: YesPlayMusic-mac
|
||||||
path: dist_electron/*-universal.dmg
|
path: dist_electron/*-universal.dmg
|
||||||
if-no-files-found: ignore
|
if-no-files-found: ignore
|
||||||
|
|
||||||
- uses: actions/upload-artifact@v2
|
- uses: actions/upload-artifact@v3
|
||||||
with:
|
with:
|
||||||
name: YesPlayMusic-win
|
name: YesPlayMusic-win
|
||||||
path: dist_electron/*Setup*.exe
|
path: dist_electron/*Setup*.exe
|
||||||
if-no-files-found: ignore
|
if-no-files-found: ignore
|
||||||
|
|
||||||
- uses: actions/upload-artifact@v2
|
- uses: actions/upload-artifact@v3
|
||||||
with:
|
with:
|
||||||
name: YesPlayMusic-linux
|
name: YesPlayMusic-linux
|
||||||
path: dist_electron/*.AppImage
|
path: dist_electron/*.AppImage
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue