File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 4343
4444 - name : Prepare artifacts
4545 run : |
46- mkdir -p artifacts
47- cp slave/build/network_adapter.bin artifacts/network_adapter_${{ matrix.target }}.bin
48- sha256sum artifacts/network_adapter_${{ matrix.target }}.bin > artifacts/network_adapter_${{ matrix.target }}.bin.sha256
46+ mkdir -p artifacts/${{ env.ESP_HOSTED_VERSION }}
47+ cp slave/build/network_adapter.bin artifacts/${{ env.ESP_HOSTED_VERSION }}/ network_adapter_${{ matrix.target }}.bin
48+ sha256sum artifacts/${{ env.ESP_HOSTED_VERSION }}/ network_adapter_${{ matrix.target }}.bin > artifacts/${{ env.ESP_HOSTED_VERSION }} /network_adapter_${{ matrix.target }}.bin.sha256
4949
5050 - name : Upload artifacts
5151 uses : actions/upload-artifact@v4
7070 - name : Create Release
7171 uses : softprops/action-gh-release@v2
7272 with :
73- files : firmware/*
73+ files : firmware/**/*
7474 generate_release_notes : true
You can’t perform that action at this time.
0 commit comments