Skip to content

Commit 0d4e98e

Browse files
committed
test: release upload
1 parent a18f92a commit 0d4e98e

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
@@ -26,7 +26,7 @@ jobs:
2626
with:
2727
result-encoding: json
2828
script: |
29-
const script = await import('./.github/scripts/upload-asset.js');
29+
const script = await import('${{ github.workspace }}/.github/scripts/upload-asset.js');
3030
const release_id = context.payload.release.id;
3131
const assetName = test.zip;
3232
const assetPath = test.zip;

0 commit comments

Comments
 (0)