Skip to content

Commit

Permalink
rename artifact to sshs-linux-amd64 without -gnu
Browse files Browse the repository at this point in the history
  • Loading branch information
cirolosapio authored Aug 13, 2024
1 parent 55a8ffb commit d12fab7
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
matrix:
target:
- os: linux
arch: "amd64-gnu"
arch: "amd64"
rust-target: "x86_64-unknown-linux-gnu"
- os: linux
arch: "amd64-musl"
Expand Down Expand Up @@ -66,7 +66,7 @@ jobs:
matrix:
target:
- os: linux
arch: "amd64-gnu"
arch: "amd64"
rust-target: "x86_64-unknown-linux-gnu"
runs-on: ubuntu-latest
- os: linux
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
matrix:
target:
- os: linux
arch: "amd64-gnu"
arch: "amd64"
rust-target: "x86_64-unknown-linux-gnu"
runs-on: ubuntu-latest
- os: linux
Expand Down

0 comments on commit d12fab7

Please sign in to comment.