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 6bc332e commit 1e99d70Copy full SHA for 1e99d70
.github/workflows/release.yml
@@ -26,7 +26,7 @@ jobs:
26
with:
27
result-encoding: json
28
script: |
29
- import uploadAsset from '${{ github.workspace }}/.github/scripts/upload-asset.js';
+ const { default: uploadAsset } = await import('${{ github.workspace }}/.github/scripts/upload-asset.js');
30
const release_id = context.payload.release.id;
31
const assetName = 'test.zip';
32
const assetPath = '${{ github.workspace }}/test.zip';
0 commit comments