mirror of
https://github.com/thewesker/RASCSI.git
synced 2025-12-22 13:21:17 -05:00
Fix typo
This commit is contained in:
5
.github/workflows/c-cpp.yml
vendored
5
.github/workflows/c-cpp.yml
vendored
@@ -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
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user