@@ -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