File tree Expand file tree Collapse file tree 1 file changed +5
-3
lines changed Expand file tree Collapse file tree 1 file changed +5
-3
lines changed Original file line number Diff line number Diff line change 5858 # This job runs when PRs are merged to master, and should be excluded from branch protections
5959 build :
6060 runs-on : ${{ matrix.os }}
61- if : ${{ github.repository_owner == 'haskell' && github.ref == 'ref /heads/master' }}
61+ if : ${{ github.repository_owner == 'haskell' && github.ref == 'refs /heads/master' }}
6262 strategy :
6363 fail-fast : false
6464 matrix :
7979 with :
8080 name : haskell-language-server
8181 authToken : ${{ secrets.HLS_CACHIX_AUTH_TOKEN }}
82- - run : |
83- nix develop --profile dev && cachix push haskell-language-server dev
82+ - name : Push development shell
83+ run : nix develop --profile dev && cachix push haskell-language-server dev
84+ - name : Build and push binaries
85+ run : |
8486 nix build
8587 nix path-info --json | jq -r '.[].path' | cachix push haskell-language-server
You can’t perform that action at this time.
0 commit comments