Skip to content

Commit

Permalink
feat: add test file
Browse files Browse the repository at this point in the history
  • Loading branch information
kungfuboy committed Jul 7, 2022
1 parent eb2e9ae commit 64b6c7a
Show file tree
Hide file tree
Showing 4 changed files with 1 addition and 1 deletion.
Binary file added releass/eoapi-1.2.6-arm64.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added releass/eoapi-1.2.6.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added releass/eoapi-Setup-1.2.6.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion upload.js
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ const version = package.version;
// const fileList = ['release/eoapi-Setup-?.exe', 'release/eoapi-?.dmg', 'release/eoapi-?-arm64.dmg'].map((it) =>
// it.replace(/\?/, `${version}`)
// );
const fileList = ['src/'];
const fileList = ['releass/eoapi-Setup-?.png', 'releass/eoapi-?.png', 'releass/eoapi-?-arm64.png'];

const app = async () => {
const uploadResult = await Promise.all(
Expand Down

0 comments on commit 64b6c7a

Please sign in to comment.