File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
.github/actions/buildhistory-collect-srcrevs Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 7878 fi
7979 done
8080
81- kas shell \
82- kas.yml:kas/machines/${{ inputs.machine }}.yml:kas/presets/wpe-${{ inputs.wpe_version }}.yml:kas/presets/buildhistory.yml:kas-local.yml \
83- -c "buildhistory-collect-srcrevs -a > ../srcrev_${{ inputs.target }}_${{ inputs.machine }}.inc"
81+ kas shell kas.yml:kas/machines/${{ inputs.machine }}.yml:kas/presets/wpe-${{ inputs.wpe_version }}.yml:kas/presets/buildhistory.yml:kas-local.yml -c "buildhistory-collect-srcrevs -a > ../srcrev_${{ inputs.target }}_${{ inputs.machine }}.inc"
82+ pwd
83+ ls -l
8484 diff -u conf/include/srcrev_${{ inputs.target }}_${{ inputs.machine }}.inc srcrev_${{ inputs.target }}_${{ inputs.machine }}.inc || true
8585 - name : Upload buildhistory-collect-srcrevs.inc artifact
8686 uses : actions/upload-artifact@v4
You can’t perform that action at this time.
0 commit comments