Skip to content

Commit a9a6e0a

Browse files
committed
Try harder to get sig/crt
Signed-off-by: Gary Oberbrunner <[email protected]>
1 parent 81824e8 commit a9a6e0a

File tree

1 file changed

+8
-4
lines changed

1 file changed

+8
-4
lines changed

.github/workflows/build.yml

Lines changed: 8 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -350,8 +350,9 @@ jobs:
350350
# if: github.event_name == 'release'
351351
with:
352352
inputs: openfx-${{ env.RELEASE_NAME }}.tar.gz
353-
upload-signing-artifacts: true
354-
release-signing-artifacts: true
353+
outputs: sig, crt
354+
upload-signing-artifacts: false
355+
release-signing-artifacts: false
355356

356357
- name: Upload header/libs tarball and signatures
357358
uses: actions/upload-artifact@v3
@@ -361,6 +362,7 @@ jobs:
361362
openfx-${{ env.RELEASE_NAME }}.tar.gz
362363
openfx-${{ env.RELEASE_NAME }}.tar.gz.sig
363364
openfx-${{ env.RELEASE_NAME }}.tar.gz.crt
365+
openfx-${{ env.RELEASE_NAME }}.tar.gz.sigstore.json
364366
strip-path-prefix: build/Release
365367

366368
# Now the same, for the plugins
@@ -374,8 +376,9 @@ jobs:
374376
# if: github.event_name == 'release'
375377
with:
376378
inputs: openfx-plugins-${{ env.RELEASE_NAME }}.tar.gz
377-
upload-signing-artifacts: true
378-
release-signing-artifacts: true
379+
outputs: sig, crt
380+
upload-signing-artifacts: false
381+
release-signing-artifacts: false
379382

380383
- name: Upload plugins tarball and signatures
381384
uses: actions/upload-artifact@v3
@@ -385,6 +388,7 @@ jobs:
385388
openfx-plugins-${{ env.RELEASE_NAME }}.tar.gz
386389
openfx-plugins-${{ env.RELEASE_NAME }}.tar.gz.sig
387390
openfx-plugins-${{ env.RELEASE_NAME }}.tar.gz.crt
391+
openfx-plugins-${{ env.RELEASE_NAME }}.tar.gz.sigstore.json
388392
389393
# - name: Upload release archive
390394
# # if: github.event_name == 'release'

0 commit comments

Comments
 (0)