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 a18f92a commit 0d4e98eCopy full SHA for 0d4e98e
.github/workflows/release.yml
@@ -26,7 +26,7 @@ jobs:
26
with:
27
result-encoding: json
28
script: |
29
- const script = await import('./.github/scripts/upload-asset.js');
+ 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;
0 commit comments