Fixed build

This commit is contained in:
iko 2020-11-25 15:39:03 +03:00
parent 277a5a97af
commit cc9801425b

View File

@ -14,7 +14,7 @@ jobs:
- name: Build
id: build
run: |
nix-build
nix-build -A sawtooth-haskell-protos-src
# echo "::set-output name=result::$(realpath result)"
tar cvzf sawtooth-haskell-protos-src.tar.gz $(realpath result)
- uses: actions/upload-artifact@v2