Skip to content

Commit 170c1a6

Browse files
committed
Rename in CI
1 parent f3eeb66 commit 170c1a6

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -144,9 +144,9 @@ jobs:
144144
145145
- name: Copy rewatch binary
146146
run: |
147-
cp rewatch/target/${{ matrix.rust-target }}/release/rewatch${{ runner.os == 'Windows' && '.exe' || '' }} rewatch
147+
cp rewatch/target/${{ matrix.rust-target }}/release/rescript{{ runner.os == 'Windows' && '.exe' || '' }} rescript
148148
mkdir -p rewatch/target/release
149-
cp rewatch/target/${{ matrix.rust-target }}/release/rewatch${{ runner.os == 'Windows' && '.exe' || '' }} rewatch/target/release
149+
cp rewatch/target/${{ matrix.rust-target }}/release/rescript{{ runner.os == 'Windows' && '.exe' || '' }} rewatch/target/release
150150
./scripts/copyExes.js --rewatch
151151
shell: bash
152152

scripts/copyExes.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ if (shouldCopyNinja) {
4646
}
4747

4848
if (shouldCopyRewatch) {
49-
copyExe(path.join(rewatchDir, "target", "release"), "rewatch", "rescript");
49+
copyExe(path.join(rewatchDir, "target", "release"), "rescript");
5050
}
5151

5252
/**

0 commit comments

Comments
 (0)