Skip to content

Commit

Permalink
Merge pull request #6 from gfurtadoalmeida/fix-release-step-name
Browse files Browse the repository at this point in the history
Fix step name
  • Loading branch information
gfurtadoalmeida authored Dec 20, 2023
2 parents b01265b + 7779020 commit d2122f0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ jobs:
shell: pwsh
run: docker pull ${{env.esp_docker_image}}

- name: Build with Sonar
- name: Build
shell: pwsh
run: docker run --rm --env LC_ALL='C.UTF-8' -v ${{github.workspace}}:/project -w /project ${{env.esp_docker_image}} idf.py build

Expand All @@ -51,7 +51,7 @@ jobs:
contents: write

env:
ZIP_NAME: es32-project-template.${{github.ref_name}}.zip
ZIP_NAME: esp32-project-template.${{github.ref_name}}.zip

steps:
- uses: actions/checkout@v3
Expand Down

0 comments on commit d2122f0

Please sign in to comment.