From ba193c9dda156c822dd08bc861a57ffd053245c6 Mon Sep 17 00:00:00 2001 From: Alan Rynne Date: Wed, 30 Oct 2024 13:10:45 +0100 Subject: [PATCH] test: Try with new name --- .github/workflows/build.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 3398c3e..8525cbd 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -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 }} }'