Andreas Schiffler
3 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
1 additions and
1 deletions
-
.github/workflows/compile_esp8266.yml
|
@ -41,5 +41,5 @@ jobs: |
|
|
run: python getVersion.py |
|
|
run: python getVersion.py |
|
|
- uses: actions/upload-artifact@v3 |
|
|
- uses: actions/upload-artifact@v3 |
|
|
with: |
|
|
with: |
|
|
name: esp8266_$GITHUB_REPOSITORY_OWNER_$GITHUB_SHA |
|
|
name: esp8266_$${{env.GITHUB_REPOSITORY_OWNER}}_$${{env.GITHUB_SHA}} |
|
|
path: tools/esp8266/.pio/build/out/*.bin |
|
|
path: tools/esp8266/.pio/build/out/*.bin |
|
|