Skip to content

Commit

Permalink
chore(ci/cd): bump actions/upload-artifact to v3
Browse files Browse the repository at this point in the history
  • Loading branch information
郭桓桓 committed Jun 1, 2022
1 parent cf36fbe commit b81d822
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -96,19 +96,19 @@ jobs:

use_vue_cli: true

- uses: actions/upload-artifact@v2
- uses: actions/upload-artifact@v3
with:
name: YesPlayMusic-mac
path: dist_electron/*-universal.dmg
if-no-files-found: ignore

- uses: actions/upload-artifact@v2
- uses: actions/upload-artifact@v3
with:
name: YesPlayMusic-win
path: dist_electron/*Setup*.exe
if-no-files-found: ignore

- uses: actions/upload-artifact@v2
- uses: actions/upload-artifact@v3
with:
name: YesPlayMusic-linux
path: dist_electron/*.AppImage
Expand Down

0 comments on commit b81d822

Please sign in to comment.