File tree 1 file changed +3
-3
lines changed
1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -163,15 +163,15 @@ jobs:
163
163
164
164
- name : Prepare 64bit Rebol/Base for upload
165
165
run : |
166
- mv ./build/rebol3-base-x64-osx-gcc ./rebol3-base-x64-osx
166
+ mv ./build/rebol3-base-x64-osx ./rebol3-base-x64-osx
167
167
gzip -9 ./rebol3-base-x64-osx
168
168
- name : Prepare 64bit Rebol/Core for upload
169
169
run : |
170
- mv ./build/rebol3-core-x64-osx-gcc ./rebol3-core-x64-osx
170
+ mv ./build/rebol3-core-x64-osx ./rebol3-core-x64-osx
171
171
gzip -9 ./rebol3-core-x64-osx
172
172
- name : Prepare 64bit Rebol/Bulk for upload
173
173
run : |
174
- mv ./build/rebol3-bulk-x64-osx-gcc ./rebol3-bulk-x64-osx
174
+ mv ./build/rebol3-bulk-x64-osx ./rebol3-bulk-x64-osx
175
175
gzip -9 ./rebol3-bulk-x64-osx
176
176
177
177
# - name: Prepare 64bit Rebol/Core as a shared library for upload
You can’t perform that action at this time.
0 commit comments