Skip to content

Commit 97fc5a8

Browse files
committed
CI artifact names and versions
1 parent 1c1004e commit 97fc5a8

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/platformio.yml

+4-4
Original file line numberDiff line numberDiff line change
@@ -24,8 +24,8 @@ jobs:
2424
2525
- name: Make Version
2626
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
2929
3030
- name: Print Version
3131
run: |
@@ -65,14 +65,14 @@ jobs:
6565
run: |
6666
platformio run -e ${{ matrix.target }}
6767
env:
68-
PLATFORMIO_BUILD_FLAGS: -DESPFC_REVISION=${{ env.build_sha }}
68+
PLATFORMIO_BUILD_FLAGS: -DESPLINK_REVISION=${{ env.build_sha }}
6969

7070
- name: Build Release Target
7171
if: ${{ startsWith(github.ref, 'refs/tags/') }}
7272
run: |
7373
platformio run -e ${{ matrix.target }}
7474
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 }}
7676

7777
- name: Create Development Artifact
7878
uses: actions/upload-artifact@v4

0 commit comments

Comments
 (0)