diff options
Diffstat (limited to '.github/workflows')
| -rw-r--r-- | .github/workflows/build.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 7b80543..13cbc6f 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -37,7 +37,7 @@ jobs: BIN='cgit-simple-authentication_linux_amd64' mv target/release/cgit-simple-authentication target/release/$BIN elif [ "$RUNNER_OS" == "macOS" ]; then - BIN='cgit-simple-authentication_darwin_amd64' + BIN='cgit-simple-authentication_darwin_arm64' mv target/release/cgit-simple-authentication target/release/$BIN fi echo "output_binary_name=target/release/$BIN" >> $GITHUB_ENV |
