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 5ef0f32 commit 673804c
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/build_cmake.yml
Original file line number Diff line number Diff line change
Expand Up @@ -446,8 +446,9 @@ jobs:

- name: test
env:
PLUGIN_ARCHIVE_FULL: ${{needs.build.outputs.plugin-archive-full-${{matrix.name}}}}
PLUGIN_ARCHIVE_NAME: ${{needs.build.outputs.plugin-archive-name}}
PLUGIN_ARCHIVE_FULL: ${{ needs.build.outputs["plugin-archive-full-${{ matrix.name }}"] }}
PLUGIN_ARCHIVE_NAME: ${{ needs.build.outputs["plugin-archive-name-${{ matrix.name }}"] }}

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

0 comments on commit 673804c

Please sign in to comment.