diff --git a/.github/workflows/c-cpp.yml b/.github/workflows/c-cpp.yml index 32f9d9f..7f79bcd 100644 --- a/.github/workflows/c-cpp.yml +++ b/.github/workflows/c-cpp.yml @@ -23,6 +23,7 @@ jobs: # We need to tar the binary outputs to retain the executable # file permission. Currently, actions/upload-artifact only # supports .ZIP files. + # This is workaround for https://github.com/actions/upload-artifact/issues/38 - name: tar binary outputs run: tar -czvf rascsi.tar.gz ./bin working-directory: ./src/raspberrypi