Skip to content

Commit

Permalink
fix(ci): fixed release-body-driver workflow.
Browse files Browse the repository at this point in the history
Signed-off-by: Federico Di Pierro <[email protected]>
  • Loading branch information
FedeDP committed May 2, 2024
1 parent ff5cf98 commit 2c7bd59
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/release-body-driver.yml
Original file line number Diff line number Diff line change
Expand Up @@ -82,10 +82,16 @@ jobs:
with:
name: matrix_X64

- name: Move X64 matrix under docs
run: mv matrix.md matrix_X64.md

- name: Download matrix ARM64
uses: actions/download-artifact@9bc31d5ccc31df68ecc42ccf4149144866c47d8a # v3.0.2
with:
name: matrix_ARM64

- name: Move ARM64 matrix under docs
run: mv matrix.md matrix_ARM64.md

# Steps:
# Remove everything after the table (ie: since the first line that starts with "# ",
Expand Down

0 comments on commit 2c7bd59

Please sign in to comment.