Skip to content

Commit 8ddeb92

Browse files
committed
test: release upload
1 parent e09298e commit 8ddeb92

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,6 @@ jobs:
2828
script: |
2929
const script = await import('${{ github.workspace }}/.github/scripts/upload-asset.js');
3030
const release_id = context.payload.release.id;
31-
const assetName = test.zip;
32-
const assetPath = test.zip;
31+
const assetName = 'test.zip';
32+
const assetPath = '${{ github.workspace }}/test.zip';
3333
return await script({github, context, release_id, assetName, assetPath});

0 commit comments

Comments
 (0)