mirror of
https://github.com/pheralb/svgl.git
synced 2024-11-10 14:46:54 +08:00
🐛 Update directory path for size check utility
This commit is contained in:
parent
26b5b3b998
commit
9f269684ba
@ -6,7 +6,7 @@ const { join } = require('path');
|
||||
const core = require('@actions/core');
|
||||
|
||||
// 🔎 Settings:
|
||||
const dir = '../static/library';
|
||||
const dir = '../../static/library';
|
||||
const sizeLimit = 20000; // 20kb;
|
||||
|
||||
function convertBytes(bytes, format = 'KB') {
|
||||
|
Loading…
Reference in New Issue
Block a user