i3lock-color

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

Try different path for build test artifact
Diffstat:
M.github/workflows/Build Test.yml | 6+++++-
1 file changed, 5 insertions(+), 1 deletion(-)
diff --git a/.github/workflows/Build Test.yml b/.github/workflows/Build Test.yml
@@ -16,7 +16,11 @@ jobs:
       run: cd build && make check
     - name: make distcheck
       run: cd build && make distcheck
+  bin:
+    runs-on: ubuntu-latest
+    needs: build
+    steps:
     - uses: actions/download-artifact@v1
       with:
-        name: build/i3lock
+        name: i3lock-color/build/i3lock
         path: i3lock