Skip to content

Commit 3027ce9

Browse files
committed
chore: fix gh action
1 parent 5d492a9 commit 3027ce9

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -114,7 +114,7 @@ jobs:
114114
owner: context.repo.owner,
115115
repo: context.repo.repo,
116116
release_id: process.env.release_id,
117-
name: "qspider-player.zip",
117+
name: "qspider-player-standalone.zip",
118118
data: await fs.readFileSync('dist/apps/player-standalone/qspider-player-standalone.zip')
119119
});
120120
build-desktop:

0 commit comments

Comments
 (0)