Skip to content

Commit 5dcc999

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

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
@@ -29,5 +29,5 @@ jobs:
2929
const script = require('./.github/scripts/upload-asset.js');
3030
const release_id = context.payload.release.id;
3131
const assetName = test.zip;
32-
const assetPath = ./test.zip;
32+
const assetPath = test.zip;
3333
return await script({github, context, release_id, assetName, assetPath});

0 commit comments

Comments
 (0)