Skip to content

Commit 70ecb2a

Browse files
committed
test: release upload
1 parent e89e90c commit 70ecb2a

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
@@ -27,7 +27,7 @@ jobs:
2727
result-encoding: json
2828
script: |
2929
const script = require('./.github/scripts/upload-asset.js');
30-
const release_id = context.release.id;
30+
const release_id = context.payload.release.id;
3131
const assetName = test.zip;
3232
const assetPath = ./test.zip;
3333
return await script({github, context, release_id, assetName, assetPath});

0 commit comments

Comments
 (0)