mirror of
https://github.com/kernelkit/infix.git
synced 2026-08-03 06:13:02 +02:00
.github: store symlinks as files
For each build there is an infix-$ARCH-$VARIANT.img -> rootfs.squash that we want to be a real file when extracting it. This to ease the integration with testing frameworks like Qeneth. Signed-off-by: Joachim Wiberg <troglobit@gmail.com>
This commit is contained in:
@@ -66,7 +66,7 @@ jobs:
|
||||
run: |
|
||||
cd output
|
||||
mv images ${{ steps.vars.outputs.dir }}
|
||||
tar cfz ${{ steps.vars.outputs.tgz }} ${{ steps.vars.outputs.dir }}
|
||||
tar chfz ${{ steps.vars.outputs.tgz }} ${{ steps.vars.outputs.dir }}
|
||||
ls -l
|
||||
ls -l ${{ steps.vars.outputs.dir }}
|
||||
- uses: actions/upload-artifact@v3
|
||||
|
||||
Reference in New Issue
Block a user