We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent afbb136 commit a18f92aCopy full SHA for a18f92a
.github/workflows/release.yml
@@ -26,7 +26,7 @@ jobs:
26
with:
27
result-encoding: json
28
script: |
29
- const script = require('./.github/scripts/upload-asset.js');
+ const script = await import('./.github/scripts/upload-asset.js');
30
const release_id = context.payload.release.id;
31
const assetName = test.zip;
32
const assetPath = test.zip;
0 commit comments