This commit is contained in:
akuker
2020-08-28 10:52:49 -05:00
parent f9f3084bf3
commit 710a600e7a

View File

@@ -20,7 +20,10 @@ jobs:
run: make all DEBUG=1 CONNECT_TYPE=FULLSPEC run: make all DEBUG=1 CONNECT_TYPE=FULLSPEC
working-directory: ./src/raspberrypi working-directory: ./src/raspberrypi
- name: tar binary outpus # We need to tar the binary outputs to retain the executable
# file permission. Currently, actions/upload-artifact only
# supports .ZIP files.
- name: tar binary outputs
run: tar -czvf rascsi.tar.gz ./bin run: tar -czvf rascsi.tar.gz ./bin
working-directory: ./src/raspberrypi working-directory: ./src/raspberrypi