Skip to content

Commit

Permalink
test: release upload
Browse files Browse the repository at this point in the history
  • Loading branch information
nmerget committed Dec 14, 2022
1 parent 6bc332e commit 1e99d70
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
with:
result-encoding: json
script: |
import uploadAsset from '${{ github.workspace }}/.github/scripts/upload-asset.js';
const { default: uploadAsset } = await import('${{ github.workspace }}/.github/scripts/upload-asset.js');
const release_id = context.payload.release.id;
const assetName = 'test.zip';
const assetPath = '${{ github.workspace }}/test.zip';
Expand Down

0 comments on commit 1e99d70

Please sign in to comment.