File tree 1 file changed +4
-4
lines changed
1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 24
24
25
25
- name : Make Version
26
26
run : |
27
- echo "build_file_devel=espfc_ ${{ env.build_sha }}_${{ matrix.target }}" >> $GITHUB_ENV
28
- echo "build_file_release=espfc_ ${{ env.build_tag }}_${{ matrix.target }}" >> $GITHUB_ENV
27
+ echo "build_file_devel=espnow_rclink_ ${{ env.build_sha }}_${{ matrix.target }}" >> $GITHUB_ENV
28
+ echo "build_file_release=espnow_rclink_ ${{ env.build_tag }}_${{ matrix.target }}" >> $GITHUB_ENV
29
29
30
30
- name : Print Version
31
31
run : |
@@ -65,14 +65,14 @@ jobs:
65
65
run : |
66
66
platformio run -e ${{ matrix.target }}
67
67
env :
68
- PLATFORMIO_BUILD_FLAGS : -DESPFC_REVISION =${{ env.build_sha }}
68
+ PLATFORMIO_BUILD_FLAGS : -DESPLINK_REVISION =${{ env.build_sha }}
69
69
70
70
- name : Build Release Target
71
71
if : ${{ startsWith(github.ref, 'refs/tags/') }}
72
72
run : |
73
73
platformio run -e ${{ matrix.target }}
74
74
env :
75
- PLATFORMIO_BUILD_FLAGS : -DESPFC_REVISION =${{ env.build_sha }} -DESPFC_VERSION =${{ env.build_tag }}
75
+ PLATFORMIO_BUILD_FLAGS : -DESPLINK_REVISION =${{ env.build_sha }} -DESPLINK_VERSION =${{ env.build_tag }}
76
76
77
77
- name : Create Development Artifact
78
78
uses : actions/upload-artifact@v4
You can’t perform that action at this time.
0 commit comments