Skip to content

Commit

Permalink
fix s590x build and bin names
Browse files Browse the repository at this point in the history
  • Loading branch information
glehmann committed Feb 7, 2024
1 parent 40e1bd6 commit 4eae793
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ jobs:
os: ubuntu-latest
rust: stable
target: powerpc64le-unknown-linux-gnu
- build: stable-s390x
- build: linux-s390x
os: ubuntu-latest
rust: stable
target: s390x-unknown-linux-gnu
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ jobs:
os: ubuntu-latest
rust: stable
target: powerpc64le-unknown-linux-gnu
- build: stable-s390x
- build: linux-s390x
os: ubuntu-latest
rust: stable
target: s390x-unknown-linux-gnu
Expand Down

0 comments on commit 4eae793

Please sign in to comment.