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 e09298e commit 8ddeb92Copy full SHA for 8ddeb92
.github/workflows/release.yml
@@ -28,6 +28,6 @@ jobs:
28
script: |
29
const script = 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 = test.zip;
+ const assetName = 'test.zip';
+ const assetPath = '${{ github.workspace }}/test.zip';
33
return await script({github, context, release_id, assetName, assetPath});
0 commit comments