Skip to content

Commit

Permalink
Build: fixed wrong file name
Browse files Browse the repository at this point in the history
  • Loading branch information
Oldes committed Jun 13, 2022
1 parent 971e32f commit c82f4a1
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ jobs:
product: Bulk # premultiply is not part of Core in this version

- name: Test extension
run: ./rebol3.exe test/test.r3
run: ./rebol3 test/test.r3

- name: Compress 64bit Rebol Blend2d extension
run: gzip -9 ./blend2d-macos-x64.rebx
Expand Down
2 changes: 2 additions & 0 deletions test/test.r3
Original file line number Diff line number Diff line change
Expand Up @@ -135,5 +135,7 @@ img: draw 480x480 [
save %test-result-05.png img
unless CI? [view img]

print b2d/info

unless CI? [ask "done"]
unless CI? [wait 3]

0 comments on commit c82f4a1

Please sign in to comment.