;ci: linux: re-enable artifact building

This commit is contained in:
Simon Michael 2020-09-02 11:09:19 -07:00
parent d2a1afdfc2
commit bb1d8f5ed8

View File

@ -214,22 +214,22 @@ jobs:
# artifacts:
# XXX unreliable, and we don't need this for every PR; disable for now
# - name: Gather executables
# run: |
# mkdir tmp
# cd tmp
# mkdir hledger
# cd hledger
# cp ~/.local/bin/hledger .
# cp ~/.local/bin/hledger-ui .
# cp ~/.local/bin/hledger-web .
- name: Gather executables
run: |
mkdir tmp
cd tmp
mkdir hledger
cd hledger
cp ~/.local/bin/hledger .
cp ~/.local/bin/hledger-ui .
cp ~/.local/bin/hledger-web .
# XXX intermittent upload failures
# - name: Upload executables artifact
# uses: actions/upload-artifact@v2
# with:
# name: hledger-ubuntu
# path: tmp/hledger
- name: Upload executables artifact
uses: actions/upload-artifact@v2
with:
name: hledger-ubuntu
path: tmp/hledger