Skip to content

Commit

Permalink
fix: 🐛 filename
Browse files Browse the repository at this point in the history
  • Loading branch information
caorushizi committed Feb 25, 2024
1 parent 3414e39 commit 48eddf0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -67,5 +67,5 @@ jobs:

- uses: actions/upload-artifact@v3
with:
name: artifact
name: media-downloader-${{ matrix.os }}
path: packages/main/release/media-downloader-setup-*
1 change: 1 addition & 0 deletions packages/main/scripts/build.ts
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,7 @@ esbuild.build({
outdir: mainResolve("app/build/main"),
loader: { ".png": "file" },
minify: true,
plugins: [],
});

esbuild.build({
Expand Down

0 comments on commit 48eddf0

Please sign in to comment.