Skip to content

Commit

Permalink
ci: Fix typo where musl-debug was uploaded as musl-lto
Browse files Browse the repository at this point in the history
  • Loading branch information
Electroid authored Nov 8, 2024
1 parent 73b551e commit c402bba
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -366,11 +366,11 @@ jobs:
path: ${{runner.temp}}/bun-webkit-linux-arm64-musl-debug
- uses: actions/download-artifact@v3
with:
name: bun-webkit-linux-amd64-musl-debug
name: bun-webkit-linux-amd64-musl-lto
path: ${{runner.temp}}/bun-webkit-linux-amd64-musl-lto
- uses: actions/download-artifact@v3
with:
name: bun-webkit-linux-arm64-musl-debug
name: bun-webkit-linux-arm64-musl-lto
path: ${{runner.temp}}/bun-webkit-linux-arm64-musl-lto

- name: Rename files
Expand Down

0 comments on commit c402bba

Please sign in to comment.