mirror of
https://github.com/emsesp/EMS-ESP32.git
synced 2025-12-06 07:49:52 +03:00
correct firmware naming #1933
This commit is contained in:
10
.github/workflows/pre_release.yml
vendored
10
.github/workflows/pre_release.yml
vendored
@@ -38,15 +38,9 @@ jobs:
|
||||
sed -i "s/= 'pl'/= 'en'/" ./src/i18n/i18n-util.ts
|
||||
yarn build
|
||||
yarn webUI
|
||||
- name: Build ESP32 4M firmware
|
||||
- name: Build all target environments from default_envs
|
||||
run: |
|
||||
platformio run -e ci
|
||||
- name: Build ESP32-S3 16M firmware
|
||||
run: |
|
||||
platformio run -e ci_s3
|
||||
- name: Build ESP32 16M firmware
|
||||
run: |
|
||||
platformio run -e ci_16M
|
||||
platformio run
|
||||
- name: Create GitHub Release
|
||||
id: 'automatic_releases'
|
||||
uses: 'marvinpinto/action-automatic-releases@latest'
|
||||
|
||||
12
.github/workflows/tagged_release.yml
vendored
12
.github/workflows/tagged_release.yml
vendored
@@ -35,16 +35,10 @@ jobs:
|
||||
sed -i "s/= 'pl'/= 'en'/" ./src/i18n/i18n-util.ts
|
||||
yarn build
|
||||
yarn webUI
|
||||
- name: Build ESP32 4M firmware
|
||||
- name: Build all target environments from default_envs
|
||||
run: |
|
||||
platformio run -e ci
|
||||
- name: Build ESP32-S3 16M firmware
|
||||
run: |
|
||||
platformio run -e ci_s3
|
||||
- name: Build ESP32 16M firmware
|
||||
run: |
|
||||
platformio run -e ci_16M
|
||||
- name: Release
|
||||
platformio run
|
||||
- name: Create GitHub Release
|
||||
uses: 'marvinpinto/action-automatic-releases@latest'
|
||||
with:
|
||||
repo_token: '${{ secrets.GITHUB_TOKEN }}'
|
||||
|
||||
12
.github/workflows/test_release.yml
vendored
12
.github/workflows/test_release.yml
vendored
@@ -38,16 +38,10 @@ jobs:
|
||||
sed -i "s/= 'pl'/= 'en'/" ./src/i18n/i18n-util.ts
|
||||
yarn build
|
||||
yarn webUI
|
||||
- name: Build ESP32 4M firmware
|
||||
- name: Build all target environments from default_envs
|
||||
run: |
|
||||
platformio run -e ci
|
||||
- name: Build ESP32-S3 16M firmware
|
||||
run: |
|
||||
platformio run -e ci_s3
|
||||
- name: Build ESP32 16M firmware
|
||||
run: |
|
||||
platformio run -e ci_16M
|
||||
- name: Create a GH Release
|
||||
platformio run
|
||||
- name: Create GitHub Release
|
||||
id: 'automatic_releases'
|
||||
uses: 'marvinpinto/action-automatic-releases@latest'
|
||||
with:
|
||||
|
||||
Reference in New Issue
Block a user