File tree 3 files changed +5
-9
lines changed
3 files changed +5
-9
lines changed Original file line number Diff line number Diff line change @@ -196,7 +196,7 @@ jobs:
196
196
path : ${{ env.DIST_DIR }}
197
197
198
198
- name : Create checksum file
199
- working-directory : ${{ env.DIST_DIR}}
199
+ working-directory : ${{ env.DIST_DIR }}
200
200
run : |
201
201
TAG="nightly-$(date -u +"%Y%m%d")"
202
202
sha256sum ${{ env.PROJECT_NAME }}_${TAG}* > ${TAG}-checksums.txt
Original file line number Diff line number Diff line change @@ -120,11 +120,6 @@ jobs:
120
120
name : ${{ env.ARTIFACT_PREFIX }}${{ matrix.build.artifact-suffix }}
121
121
path : ${{ env.DIST_DIR }}
122
122
123
- - name : Remove non-notarized artifact
124
- uses : geekyeggo/delete-artifact@v5
125
- with :
126
- name : ${{ env.ARTIFACT_PREFIX }}${{ matrix.build.artifact-suffix }}
127
-
128
123
- name : Import Code-Signing Certificates
129
124
env :
130
125
KEYCHAIN : " sign.keychain"
@@ -192,11 +187,12 @@ jobs:
192
187
-C "${{ env.BUILD_FOLDER }}/" "${{ env.PROJECT_NAME }}" \
193
188
-C ../../ LICENSE.txt
194
189
195
- - name : Upload notarized artifact
190
+ - name : Replace artifact with notarized build
196
191
uses : actions/upload-artifact@v4
197
192
with :
198
193
if-no-files-found : error
199
194
name : ${{ env.ARTIFACT_PREFIX }}${{ matrix.build.artifact-suffix }}
195
+ overwrite : true
200
196
path : ${{ env.DIST_DIR }}/${{ env.PACKAGE_FILENAME }}
201
197
202
198
create-release :
@@ -216,7 +212,7 @@ jobs:
216
212
pattern : ${{ env.ARTIFACT_PREFIX }}*
217
213
218
214
- name : Create checksum file
219
- working-directory : ${{ env.DIST_DIR}}
215
+ working-directory : ${{ env.DIST_DIR }}
220
216
run : |
221
217
TAG="${GITHUB_REF/refs\/tags\//}"
222
218
sha256sum ${{ env.PROJECT_NAME }}_${TAG}* > ${TAG}-checksums.txt
Original file line number Diff line number Diff line change @@ -203,7 +203,7 @@ jobs:
203
203
path : ${{ env.DIST_DIR }}
204
204
205
205
- name : Create checksum file
206
- working-directory : ${{ env.DIST_DIR}}
206
+ working-directory : ${{ env.DIST_DIR }}
207
207
run : |
208
208
TAG="${GITHUB_REF/refs\/tags\//}"
209
209
sha256sum ${{ env.PROJECT_NAME }}_${TAG}* > ${TAG}-checksums.txt
You can’t perform that action at this time.
0 commit comments