Skip to content

Commit d550ca7

Browse files
committed
Correct download bundle script path
1 parent c87e420 commit d550ca7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

download-bundle/action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ outputs:
1616
runs:
1717
using: "composite"
1818
steps:
19-
- run: ./download-bundle.sh
19+
- run: download-bundle/download-bundle.sh
2020
shell: bash
2121
id: download-bundle
2222
env:

0 commit comments

Comments
 (0)