File tree 1 file changed +5
-3
lines changed
1 file changed +5
-3
lines changed Original file line number Diff line number Diff line change 58
58
# This job runs when PRs are merged to master, and should be excluded from branch protections
59
59
build :
60
60
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' }}
62
62
strategy :
63
63
fail-fast : false
64
64
matrix :
79
79
with :
80
80
name : haskell-language-server
81
81
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 : |
84
86
nix build
85
87
nix path-info --json | jq -r '.[].path' | cachix push haskell-language-server
You can’t perform that action at this time.
0 commit comments