Skip to content

Commit f3d8287

Browse files
committed
forgot edit
1 parent 1e0d61f commit f3d8287

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -164,7 +164,7 @@ jobs:
164164
- name: Modify examples and tests to use bundled platform
165165
run: |
166166
# Replace local platform path with HTTP URL in all examples
167-
for example in examples/*.roc; do
167+
for example in examples/*.roc tests/*.roc; do
168168
sed -i.bak "s|platform \"../platform/main.roc\"|platform \"http://localhost:8000/${{ needs.build-and-bundle.outputs.bundle_filename }}\"|g" "$example"
169169
done
170170

0 commit comments

Comments
 (0)