mirror of
https://github.com/thewesker/RASCSI.git
synced 2025-12-20 12:21:10 -05:00
Added reference to issue that drives the need for nested compressed files.
This commit is contained in:
1
.github/workflows/c-cpp.yml
vendored
1
.github/workflows/c-cpp.yml
vendored
@@ -23,6 +23,7 @@ jobs:
|
|||||||
# We need to tar the binary outputs to retain the executable
|
# We need to tar the binary outputs to retain the executable
|
||||||
# file permission. Currently, actions/upload-artifact only
|
# file permission. Currently, actions/upload-artifact only
|
||||||
# supports .ZIP files.
|
# supports .ZIP files.
|
||||||
|
# This is workaround for https://github.com/actions/upload-artifact/issues/38
|
||||||
- name: tar binary outputs
|
- 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