aboutsummaryrefslogtreecommitdiff
path: root/.github/workflows
diff options
context:
space:
mode:
authorKunoiSayami <[email protected]>2021-05-10 12:58:30 +0800
committerKunoiSayami <[email protected]>2021-05-10 12:58:30 +0800
commitc5ed7b895caad6dc4e6d3398fbe3c154a102959c (patch)
tree39391ba68632f0e573d9b8e4095262787e45bf18 /.github/workflows
parente7f1a83e3b90208dccc33a0647a15cf12519d13a (diff)
refactor: Use argon2 instead of sha256 to store passwordv0.2.0
* style: Update html file style
Diffstat (limited to '.github/workflows')
-rw-r--r--.github/workflows/build.yml3
1 files changed, 0 insertions, 3 deletions
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