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:
115115 with :
116116 name : Docs
117117 path : Docs.zip*
118-
118+
119119 sign :
120120 needs : [build]
121121 strategy :
122122 fail-fast : true
123123 matrix :
124- otp : [26, 27]
124+ otp : [25, 26, 27]
125125 flavor : [windows, linux]
126126
127127 env :
@@ -160,14 +160,14 @@ jobs:
160160 run : cp "$ATTESTATION" "${RELEASE_FILE}.sigstore"
161161 env :
162162 ATTESTATION : " ${{ steps.attest-provenance.outputs.bundle-path }}"
163-
163+
164164 - name : Create Release Hashes
165165 if : matrix.flavor == 'windows'
166166 shell : pwsh
167167 run : |
168168 $sha1 = Get-FileHash "$env:RELEASE_FILE" -Algorithm SHA1
169169 $sha1.Hash.ToLower() + " " + $env:RELEASE_FILE | Out-File "$env:RELEASE_FILE.sha1sum"
170-
170+
171171 $sha256 = Get-FileHash "$env:RELEASE_FILE" -Algorithm SHA256
172172 $sha256.Hash.ToLower() + " " + $env:RELEASE_FILE | Out-File "$env:RELEASE_FILE.sha256sum"
173173
@@ -191,7 +191,7 @@ jobs:
191191 steps :
192192 - uses : actions/download-artifact@v4
193193 with :
194- pattern : ' {sign-*-elixir-otp-*,Docs}'
194+ pattern : " {sign-*-elixir-otp-*,Docs}"
195195 merge-multiple : true
196196
197197 - name : Upload Pre-built
@@ -235,7 +235,7 @@ jobs:
235235 steps :
236236 - uses : actions/download-artifact@v4
237237 with :
238- pattern : ' {sign-*-elixir-otp-*,Docs}'
238+ pattern : " {sign-*-elixir-otp-*,Docs}"
239239 merge-multiple : true
240240
241241 - name : Init purge keys file
You can’t perform that action at this time.
0 commit comments