mirror of
https://github.com/emsesp/EMS-ESP32.git
synced 2025-12-06 07:49:52 +03:00
Update tagged_release.yml
This commit is contained in:
8
.github/workflows/tagged_release.yml
vendored
8
.github/workflows/tagged_release.yml
vendored
@@ -15,14 +15,6 @@ jobs:
|
|||||||
- name: Checkout source code
|
- name: Checkout source code
|
||||||
uses: actions/checkout@v2
|
uses: actions/checkout@v2
|
||||||
|
|
||||||
- name: Get build variables
|
|
||||||
id: build_info
|
|
||||||
run: |
|
|
||||||
version=`grep -E '^#define EMSESP_APP_VERSION' ./src/version.h | awk -F'"' '{print $2}'`
|
|
||||||
echo "::set-output name=version::$version"
|
|
||||||
platform=`grep -E '^#define EMSESP_PLATFORM' ./src/version.h | awk -F'"' '{print $2}'`
|
|
||||||
echo "::set-output name=platform::$platform"
|
|
||||||
|
|
||||||
- name: Compile locally
|
- name: Compile locally
|
||||||
run: make
|
run: make
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user