Skip to content

Commit afbb136

Browse files
committed
test: release upload
1 parent 5dcc999 commit afbb136

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/scripts/upload-asset.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
/*
22
* Uploads a file to a release
33
*/
4-
const FS = require('fs');
4+
import FS from "fs";
55

66
module.exports = async ({
77
github,

0 commit comments

Comments
 (0)