Browse Source

restructure needs

Matthew R. Kasun 3 years ago
parent
commit
88aa3ef91a
1 changed files with 1 additions and 4 deletions
  1. 1 4
      .github/workflows/buildandrelease.yml

+ 1 - 4
.github/workflows/buildandrelease.yml

@@ -468,10 +468,7 @@ jobs:
 
   linux-packages:
     runs-on: ubuntu-latest
-    needs: |
-      version
-      netclient-x86
-      netclient-arm
+    needs: [version, netclient-x86, netclient-arm]
     steps:
       - name: Repository Dispatch
         uses: peter-evans/[email protected]