We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 95b3332 commit 728af6eCopy full SHA for 728af6e
.github/workflows/build-minimal.yml
@@ -35,9 +35,9 @@ jobs:
35
run: |-
36
mkdir output
37
version="${{ github.event.release.tag_name }}"
38
- cd "files/m5stack-atom-echo/$version"
39
- cp m5stack-atom-echo-esp32.factory.bin ../../../output/m5stack-atom-echo.minimal.factory.bin
40
- md5sum m5stack-atom-echo-esp32.factory.bin | head -c 32 > ../../../output/m5stack-atom-echo.minimal.factory.bin.md5
+ cd "files/$version"
+ cp m5stack-atom-echo-esp32.factory.bin ../../output/m5stack-atom-echo.minimal.factory.bin
+ md5sum m5stack-atom-echo-esp32.factory.bin | head -c 32 > ../../output/m5stack-atom-echo.minimal.factory.bin.md5
41
42
- name: Upload files to release
43
uses: softprops/action-gh-release@v2.5.0
0 commit comments