Skip to content

Commit

Permalink
[PIO CI] re-rename saved artifact
Browse files Browse the repository at this point in the history
  • Loading branch information
2bndy5 committed Jul 11, 2021
1 parent cc1f554 commit be4ce32
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build_platformIO.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ jobs:
pip install --upgrade platformio
- name: package lib
run: pio package pack -o PlatformIO-RF24Mesh-${{ steps.latest_ver.outputs.release }}.tar.gz
run: pio package pack -o PlatformIO-RF24Ethernet-${{ steps.latest_ver.outputs.release }}.tar.gz

- name: Save artifact
uses: actions/upload-artifact@v2
Expand Down

0 comments on commit be4ce32

Please sign in to comment.