Browse Source

Update compile_esp8266.yml

pull/134/head
Andreas Schiffler 2 years ago
committed by GitHub
parent
commit
32cf94e2aa
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      .github/workflows/compile_esp8266.yml

2
.github/workflows/compile_esp8266.yml

@ -41,5 +41,5 @@ jobs:
run: python getVersion.py
- uses: actions/upload-artifact@v3
with:
name: esp8266_$${{env.GITHUB_REPOSITORY_OWNER}}_$${{env.GITHUB_SHA}}
name: esp8266_${GITHUB_REPOSITORY_OWNER}_${env.GITHUB_SHA}
path: tools/esp8266/.pio/build/out/*.bin

Loading…
Cancel
Save