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 5806fa3 commit 79dfd08
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/build_cmake.yml
Original file line number Diff line number Diff line change
Expand Up @@ -417,10 +417,6 @@ jobs:
publish:
needs: build
steps:
- env:
PLUGIN_ARCHIVE_FULL: ${{needs.build.outputs.plugin-archive-full}}
PLUGIN_ARCHIVE_NAME: ${{needs.build.outputs.plugin-archive-name}}

name: ${{ matrix.name }}
runs-on: ${{ matrix.os }}
Expand All @@ -443,6 +439,10 @@ jobs:
artifact: "linux-x64"

steps:
- 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 79dfd08

Please sign in to comment.