@@ -37,20 +37,20 @@ jobs:
37
37
38
38
- name : Rename binary
39
39
run : |
40
- mv target/${{ matrix.target }}/release/parseable Parseable_ ${{ matrix.target }}
40
+ mv target/${{ matrix.target }}/release/parseable Parseable_OSS_ ${{ matrix.target }}
41
41
42
42
- name : Create Artifact
43
43
uses : actions/upload-artifact@v3
44
44
with :
45
- name : Parseable_oss_ ${{ matrix.target }}
46
- path : Parseable_oss_ ${{ matrix.target }}
45
+ name : Parseable_OSS_ ${{ matrix.target }}
46
+ path : Parseable_OSS_ ${{ matrix.target }}
47
47
48
48
- name : Publish Archive to Release Page
49
49
50
50
if : ${{ startsWith(github.ref, 'refs/tags/') }}
51
51
with :
52
52
draft : false
53
- files : Parseable_oss_ ${{ matrix.target }}
53
+ files : Parseable_OSS_ ${{ matrix.target }}
54
54
env :
55
55
GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
56
56
@@ -73,20 +73,20 @@ jobs:
73
73
74
74
- name : Rename binary
75
75
run : |
76
- mv target/x86_64-pc-windows-msvc/release/PARSEABLE.exe Parseable_oss_x86_64 -pc-windows-msvc.exe
76
+ mv target/x86_64-pc-windows-msvc/release/PARSEABLE.exe Parseable_OSS_x86_64 -pc-windows-msvc.exe
77
77
78
78
- name : Create artifact for Windows
79
79
uses : actions/upload-artifact@v2
80
80
with :
81
- name : Parseable_oss_x86_64 -pc-windows-msvc.exe
82
- path : Parseable_oss_x86_64 -pc-windows-msvc.exe
81
+ name : Parseable_OSS_x86_64 -pc-windows-msvc.exe
82
+ path : Parseable_OSS_x86_64 -pc-windows-msvc.exe
83
83
84
84
- name : Publish Archive to Release Page
85
85
86
86
if : ${{ startsWith(github.ref, 'refs/tags/') }}
87
87
with :
88
88
draft : false
89
- files : Parseable_oss_x86_64 -pc-windows-msvc.exe
89
+ files : Parseable_OSS_x86_64 -pc-windows-msvc.exe
90
90
env :
91
91
GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
92
92
@@ -118,20 +118,20 @@ jobs:
118
118
119
119
- name : Rename binary
120
120
run : |
121
- mv target/${{ matrix.target }}/release/Parseable Parseable_oss_ ${{ matrix.target }}
121
+ mv target/${{ matrix.target }}/release/Parseable Parseable_OSS_ ${{ matrix.target }}
122
122
123
123
- name : Create artifact
124
124
uses : actions/upload-artifact@v2
125
125
with :
126
- name : Parseable_oss_ ${{ matrix.target }}
127
- path : Parseable_oss_ ${{ matrix.target }}
126
+ name : Parseable_OSS_ ${{ matrix.target }}
127
+ path : Parseable_OSS_ ${{ matrix.target }}
128
128
129
129
- name : Publish Archive to Release Page
130
130
131
131
if : ${{ startsWith(github.ref, 'refs/tags/') }}
132
132
with :
133
133
draft : false
134
- files : Parseable_oss_ ${{ matrix.target }}
134
+ files : Parseable_OSS_ ${{ matrix.target }}
135
135
env :
136
136
GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
137
137
@@ -144,7 +144,7 @@ jobs:
144
144
145
145
- name : Run shasum command
146
146
run : |
147
- find . -type f -name "Parseable_oss_ *" -exec shasum {} \; | sed 's/.\/.*\///' > checksum.txt
147
+ find . -type f -name "Parseable_OSS_ *" -exec shasum {} \; | sed 's/.\/.*\///' > checksum.txt
148
148
149
149
- name : Create artifact
150
150
uses : actions/upload-artifact@v2
0 commit comments