Skip to content

Commit

Permalink
Update compile_esp8266.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
aschiffler authored Aug 8, 2022
1 parent 7025c22 commit 32cf94e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/compile_esp8266.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 32cf94e

Please sign in to comment.