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 e89e90c commit 70ecb2aCopy full SHA for 70ecb2a
.github/workflows/release.yml
@@ -27,7 +27,7 @@ jobs:
27
result-encoding: json
28
script: |
29
const script = require('./.github/scripts/upload-asset.js');
30
- const release_id = context.release.id;
+ const release_id = context.payload.release.id;
31
const assetName = test.zip;
32
const assetPath = ./test.zip;
33
return await script({github, context, release_id, assetName, assetPath});
0 commit comments