File tree 1 file changed +2
-2
lines changed
1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -49,10 +49,10 @@ jobs:
49
49
args : " --locked --release"
50
50
strip : true
51
51
- name : Rename binary (linux and macos)
52
- run : mv target/${{ matrix.platform.target }}/release/figctl target/${{ matrix.platform.target }}/release/${{ matrix.platform.bin }}
52
+ run : mv target/${{ matrix.platform.target }}/release/envfetch target/${{ matrix.platform.target }}/release/${{ matrix.platform.bin }}
53
53
if : matrix.platform.os_name != 'Windows-x86_64'
54
54
- name : Rename binary (windows)
55
- run : mv target/${{ matrix.platform.target }}/release/figctl .exe target/${{ matrix.platform.target }}/release/${{ matrix.platform.bin }}
55
+ run : mv target/${{ matrix.platform.target }}/release/envfetch .exe target/${{ matrix.platform.target }}/release/${{ matrix.platform.bin }}
56
56
if : matrix.platform.os_name == 'Windows-x86_64'
57
57
- name : Generate SHA-256
58
58
run : shasum -a 256 target/${{ matrix.platform.target }}/release/${{ matrix.platform.bin }} | cut -d ' ' -f 1 > target/${{ matrix.platform.target }}/release/${{ matrix.platform.bin }}.sha256
You can’t perform that action at this time.
0 commit comments