i3lock-color

The world's most popular non-default computer lockscreen.
Index Commits Files Refs README LICENSE
commit d4359878dcf17aa1df6bcb906a002e47c24c7a1e
parent e0454c1df89c218c401bfdc43ff6f0228ce82b56
Author: Raymond Li <hi@raymond.li>
Date:   Sun, 10 May 2020 16:43:07 -0400

Fix artifact
Diffstat:
M.github/workflows/Build Test.yml | 7+++++--
1 file changed, 5 insertions(+), 2 deletions(-)
diff --git a/.github/workflows/Build Test.yml b/.github/workflows/Build Test.yml
@@ -16,7 +16,10 @@ jobs:
       run: cd build && make check
     - name: make distcheck
       run: cd build && make distcheck
+  gen-bin:
+    runs-on: ubuntu-latest
+    steps:
     - uses: actions/download-artifact@v1
       with:
-        name: i3lock
-        path: build/i3lock
+        name: build/i3lock
+        path: i3lock