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