From c5ed7b895caad6dc4e6d3398fbe3c154a102959c Mon Sep 17 00:00:00 2001 From: KunoiSayami <46131041+KunoiSayami@users.noreply.github.com> Date: Mon, 10 May 2021 12:58:30 +0800 Subject: refactor: Use argon2 instead of sha256 to store password * style: Update html file style --- .github/workflows/build.yml | 3 --- 1 file changed, 3 deletions(-) (limited to '.github') diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index ae8f4a0..ef5e2be 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -39,9 +39,6 @@ jobs: elif [ "$RUNNER_OS" == "macOS" ]; then BIN='cgit-simple-authentication_darwin_amd64' mv target/release/cgit-simple-authentication target/release/$BIN - else - BIN='cgit-simple-authentication_windows_amd64.exe' - mv target/release/cgit-simple-authentication.exe target/release/$BIN fi echo "::set-output name=bin::target/release/$BIN" - uses: actions/upload-artifact@v2 -- cgit v1.3.1