File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 2727 imageName : ghcr.io/${{ github.repository_owner }}/ebbflowcontrol-devcontainer
2828 # Change this to be your CI task/script
2929 runCmd : |
30- idf.py build
30+ ./build_all.sh
Original file line number Diff line number Diff line change @@ -39,13 +39,13 @@ jobs:
3939 uses : tj-actions/docker-cp@v2
4040 with :
4141 source : /workspace/build_app/EbbFlowControl.bin
42- destination : ./workspace/ app.bin
42+ destination : app.bin
4343 container : ebbflowcontrol-devcontainer
4444 - name : Copy build files
4545 uses : tj-actions/docker-cp@v2
4646 with :
4747 source : /workspace/build_factory/EbbFlowControl.bin
48- destination : ./workspace/ factory.bin
48+ destination : factory.bin
4949 container : ebbflowcontrol-devcontainer
5050
5151 - name : Get Changelog Entry
6565 prerelease : ${{ steps.changelog_reader.outputs.status == 'prereleased' }}
6666 draft : ${{ steps.changelog_reader.outputs.status == 'unreleased' }}
6767 token : ${{ secrets.GITHUB_TOKEN }}
68- artifacts : ./workspace/ app.bin,./workspace/ factory.bin
68+ artifacts : app.bin,factory.bin
You can’t perform that action at this time.
0 commit comments