i3lock-color

The world's most popular non-default computer lockscreen.
Index Commits Files Refs README LICENSE
commit 78f64b4f7f613d32c17bc30ecce3cb29b178bbdd
parent 7f5749030b36eaa25f760e6ccd3ab0246dd0c651
Author: Raymond Li <hi@raymond.li>
Date:   Sun, 10 May 2020 16:35:13 -0400

Add artifact
Diffstat:
M.github/workflows/Build Test.yml | 18+++++++++---------
1 file changed, 9 insertions(+), 9 deletions(-)
diff --git a/.github/workflows/Build Test.yml b/.github/workflows/Build Test.yml
@@ -1,16 +1,9 @@
 name: Build Test
 
-on:
-  push:
-    branches: [ master ]
-  pull_request:
-    branches: [ master ]
-
+on: [push, pull_request]
 jobs:
   build:
-
     runs-on: ubuntu-latest
-    
     steps:
     - uses: actions/checkout@v2
     - name: Install dependencies
@@ -18,8 +11,15 @@ jobs:
     - name: Make build script executable
       run: chmod +x build.sh
     - name: Run build script
-      run: ./build.sh
+          run: ./build.sh
     - name: make check
       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