diff options
| author | KunoiSayami <[email protected]> | 2025-03-04 22:48:32 +0800 |
|---|---|---|
| committer | KunoiSayami <[email protected]> | 2025-03-04 22:48:32 +0800 |
| commit | 58047f90f79b129e445cbf856a23b3a5518c0b12 (patch) | |
| tree | 42b213b2574840786fdc98684170881b973a282d /.github/workflows/build.yml | |
| parent | 1c9133be32345593b64cb4fff7fe28206adb3fb8 (diff) | |
chore: Update to rust-2024 version
Signed-off-by: KunoiSayami <[email protected]>
Diffstat (limited to '.github/workflows/build.yml')
| -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 |
