@@ -344,20 +344,20 @@ jobs:
344344 upload-signing-artifacts : false
345345 release-signing-artifacts : false
346346
347- - name : Upload header/lib s tarball and signatures
347+ - name : Upload header/libs tarball and signatures
348348 uses : actions/upload-artifact@v3
349349 with :
350350 name : " openfx-${{ env.RELEASE_NAME }}"
351351 path : |
352- openfx-$RELEASE_NAME.tar.gz
353- openfx-$RELEASE_NAME.tar.gz.sig
354- openfx-$RELEASE_NAME.tar.gz.crt
352+ openfx-${{ env. RELEASE_NAME }} .tar.gz
353+ openfx-${{ env. RELEASE_NAME }} .tar.gz.sig
354+ openfx-${{ env. RELEASE_NAME }} .tar.gz.crt
355355
356356 # Now the same, for the plugins
357357
358358 - name : Create built/installed plugins tarball
359359 run : |
360- tar --transform 's,^build/Install,plugins,' - czf openfx-plugins-$RELEASE_NAME.tar.gz build/Install
360+ tar -czf openfx-plugins-$RELEASE_NAME.tar.gz -C build/Install .
361361
362362 - name : Sign plugins tarball with Sigstore
363363 uses : sigstore/gh-action-sigstore-python@f514d46b907ebcd5bedc05145c03b69c1edd8b46 # v3.0.0
@@ -372,9 +372,9 @@ jobs:
372372 with :
373373 name : " openfx-plugins-${{ env.RELEASE_NAME }}"
374374 path : |
375- openfx-plugins-$RELEASE_NAME.tar.gz
376- openfx-plugins-$RELEASE_NAME.tar.gz.sig
377- openfx-plugins-$RELEASE_NAME.tar.gz.crt
375+ openfx-plugins-${{ env. RELEASE_NAME }} .tar.gz
376+ openfx-plugins-${{ env. RELEASE_NAME }} .tar.gz.sig
377+ openfx-plugins-${{ env. RELEASE_NAME }} .tar.gz.crt
378378
379379 # - name: Upload release archive
380380 # # if: github.event_name == 'release'
0 commit comments