File tree Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -115,13 +115,13 @@ jobs:
115
115
with :
116
116
name : Docs
117
117
path : Docs.zip*
118
-
118
+
119
119
sign :
120
120
needs : [build]
121
121
strategy :
122
122
fail-fast : true
123
123
matrix :
124
- otp : [26, 27]
124
+ otp : [25, 26, 27]
125
125
flavor : [windows, linux]
126
126
127
127
env :
@@ -160,14 +160,14 @@ jobs:
160
160
run : cp "$ATTESTATION" "${RELEASE_FILE}.sigstore"
161
161
env :
162
162
ATTESTATION : " ${{ steps.attest-provenance.outputs.bundle-path }}"
163
-
163
+
164
164
- name : Create Release Hashes
165
165
if : matrix.flavor == 'windows'
166
166
shell : pwsh
167
167
run : |
168
168
$sha1 = Get-FileHash "$env:RELEASE_FILE" -Algorithm SHA1
169
169
$sha1.Hash.ToLower() + " " + $env:RELEASE_FILE | Out-File "$env:RELEASE_FILE.sha1sum"
170
-
170
+
171
171
$sha256 = Get-FileHash "$env:RELEASE_FILE" -Algorithm SHA256
172
172
$sha256.Hash.ToLower() + " " + $env:RELEASE_FILE | Out-File "$env:RELEASE_FILE.sha256sum"
173
173
@@ -191,7 +191,7 @@ jobs:
191
191
steps :
192
192
- uses : actions/download-artifact@v4
193
193
with :
194
- pattern : ' {sign-*-elixir-otp-*,Docs}'
194
+ pattern : " {sign-*-elixir-otp-*,Docs}"
195
195
merge-multiple : true
196
196
197
197
- name : Upload Pre-built
@@ -235,7 +235,7 @@ jobs:
235
235
steps :
236
236
- uses : actions/download-artifact@v4
237
237
with :
238
- pattern : ' {sign-*-elixir-otp-*,Docs}'
238
+ pattern : " {sign-*-elixir-otp-*,Docs}"
239
239
merge-multiple : true
240
240
241
241
- name : Init purge keys file
You can’t perform that action at this time.
0 commit comments