Browse Source

Update compile_esp8266.yml

pull/134/head
Andreas Schiffler 3 years ago
committed by GitHub
parent
commit
7025c22a6a
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_$GITHUB_REPOSITORY_OWNER_$GITHUB_SHA
name: esp8266_$${{env.GITHUB_REPOSITORY_OWNER}}_$${{env.GITHUB_SHA}}
path: tools/esp8266/.pio/build/out/*.bin

Loading…
Cancel
Save