Skip to content

Commit

Permalink
names
Browse files Browse the repository at this point in the history
  • Loading branch information
labbott committed Oct 17, 2024
1 parent 332baa0 commit 9ad9a12
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/buildomat/build-one.sh
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@ set -o pipefail
set -o xtrace
set -o nounset

toml=$1
name=$2
name=$1
toml=$2
image=$3

cargo xtask dist $toml
Expand Down

0 comments on commit 9ad9a12

Please sign in to comment.