test: Try with new name

This commit is contained in:
Alan Rynne
2024-10-30 13:10:45 +01:00
committed by GitHub
parent 794658ed9c
commit ba193c9dda
+2 -2
View File
@@ -48,7 +48,7 @@ jobs:
- uses: actions/upload-artifact@v4
with:
name: output-$
name: output-${{ env.GitVersion_FullSemVer }}
path: speckle-cpp-connectors\SpeckleConnector\x64\ReleaseAC27\Speckle Connector.apx
retention-days: 1
@@ -67,7 +67,7 @@ jobs:
uses: ALEEF02/workflow-dispatch@v3.0.0
continue-on-error: true
with:
workflow: Build C++ Installers
workflow: build-cpp-installers
repo: specklesystems/connector-installers
token: ${{ secrets.CONNECTORS_GH_TOKEN }}
inputs: '{ "run_id": "${{ github.run_id }}", "version": "${{ env.GitVersion_FullSemVer }}", "public_release": ${{ env.IS_TAG_BUILD }}, "store_artifacts": ${{ env.IS_RELEASE_BRANCH }} }'