Update tagged_release.yml

This commit is contained in:
Proddy
2021-05-16 15:34:45 +02:00
committed by GitHub
parent 57a516a83a
commit 8dd18802d6

View File

@@ -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