Skip to content

Commit

Permalink
fix: fixing download artifact name
Browse files Browse the repository at this point in the history
  • Loading branch information
eduardoc7 committed Apr 27, 2024
1 parent 4026f29 commit cbf69f1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build_cmake.yml
Original file line number Diff line number Diff line change
Expand Up @@ -446,8 +446,8 @@ jobs:

- name: test
env:
PLUGIN_ARCHIVE_FULL: ${{ needs.build.outputs["plugin-archive-full-${{ matrix.name }}"] }}
PLUGIN_ARCHIVE_NAME: ${{ needs.build.outputs["plugin-archive-name-${{ matrix.name }}"] }}
PLUGIN_ARCHIVE_FULL: ${{ needs.build.outputs.format('plugin-archive-full-{0}', matrix.name) }}
PLUGIN_ARCHIVE_NAME: ${{ needs.build.outputs.format('plugin-archive-name-{0}', matrix.name) }}

run: |
echo "PLUGIN_ARCHIVE_FULL=${{ env.PLUGIN_ARCHIVE_FULL }}"
Expand Down

0 comments on commit cbf69f1

Please sign in to comment.