mirror of
https://github.com/thewesker/RASCSI.git
synced 2025-12-22 13:21:17 -05:00
Create tar file to retain file permissions
This commit is contained in:
10
.github/workflows/c-cpp.yml
vendored
10
.github/workflows/c-cpp.yml
vendored
@@ -20,11 +20,15 @@ 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: Archive production artifacts
|
- name: tar binary outpus
|
||||||
|
run: tar -czvf rascsi.tar.gz ./bin
|
||||||
|
working-directory: ./src/raspberrypi
|
||||||
|
|
||||||
|
- name: upload artifacts
|
||||||
uses: actions/upload-artifact@v2
|
uses: actions/upload-artifact@v2
|
||||||
with:
|
with:
|
||||||
name: executable-binaries
|
name: arm-binaries
|
||||||
path: ./src/raspberrypi/bin
|
path: ./src/raspberrypi/bin/rascsi.tar.gz
|
||||||
|
|
||||||
# buildroot-image:
|
# buildroot-image:
|
||||||
# runs-on: ubuntu-latest
|
# runs-on: ubuntu-latest
|
||||||
|
|||||||
Reference in New Issue
Block a user