Skip to content

Commit 1e99d70

Browse files
committed
test: release upload
1 parent 6bc332e commit 1e99d70

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
with:
2727
result-encoding: json
2828
script: |
29-
import uploadAsset from '${{ github.workspace }}/.github/scripts/upload-asset.js';
29+
const { default: uploadAsset } = await import('${{ github.workspace }}/.github/scripts/upload-asset.js');
3030
const release_id = context.payload.release.id;
3131
const assetName = 'test.zip';
3232
const assetPath = '${{ github.workspace }}/test.zip';

0 commit comments

Comments
 (0)