Skip to content

Commit

Permalink
ci: change naming on artifact to fix error
Browse files Browse the repository at this point in the history
  • Loading branch information
Steven2505 committed Jan 24, 2025
1 parent 8b148c7 commit 822b6d9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci-workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ jobs:
- name: Upload binary
uses: actions/upload-artifact@v4
with:
name: plugin_binaries
name: plugin_binary_${{ matrix.name }}
path: plugin_${{ matrix.name }}.elf

job_build_debug_app:
Expand Down Expand Up @@ -119,7 +119,7 @@ jobs:
- name: Upload binary
uses: actions/upload-artifact@v4
with:
name: ethereum_binaries
name: ethereum_binary_${{ matrix.name }}
path: ethereum_${{ matrix.name }}.elf

jobs-e2e-tests:
Expand Down

0 comments on commit 822b6d9

Please sign in to comment.