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 79dfd08 commit 7d7e88f
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/build_cmake.yml
Original file line number Diff line number Diff line change
Expand Up @@ -417,7 +417,6 @@ jobs:
publish:
needs: build

name: ${{ matrix.name }}
runs-on: ${{ matrix.os }}

Expand All @@ -442,7 +441,7 @@ jobs:
- env:
PLUGIN_ARCHIVE_FULL: ${{needs.build.outputs.plugin-archive-full}}
PLUGIN_ARCHIVE_NAME: ${{needs.build.outputs.plugin-archive-name}}

- name: Checkout code
uses: actions/checkout@v2

Expand Down

0 comments on commit 7d7e88f

Please sign in to comment.