Skip to content

Commit 71124e3

Browse files
committed
correct path
1 parent 4c9e987 commit 71124e3

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,4 +27,4 @@ jobs:
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

.github/workflows/release.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff 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
@@ -65,4 +65,4 @@ jobs:
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

0 commit comments

Comments
 (0)