mirror of
https://github.com/nixietab/picodulce.git
synced 2025-04-18 14:28:57 +01:00
Update Build.yml
This commit is contained in:
parent
52b07aab71
commit
60e532b604
4
.github/workflows/Build.yml
vendored
4
.github/workflows/Build.yml
vendored
@ -38,8 +38,8 @@ jobs:
|
|||||||
- name: Read version and name from version.json
|
- name: Read version and name from version.json
|
||||||
id: version
|
id: version
|
||||||
run: |
|
run: |
|
||||||
VERSION=$(jq -r '.version' version.json)
|
$VERSION = (jq -r '.version' version.json)
|
||||||
NAME=$(jq -r '.name' version.json)
|
$NAME = (jq -r '.name' version.json)
|
||||||
echo "VERSION=$VERSION" >> $GITHUB_ENV # Store version in the environment variable
|
echo "VERSION=$VERSION" >> $GITHUB_ENV # Store version in the environment variable
|
||||||
echo "NAME=$NAME" >> $GITHUB_ENV # Store name in the environment variable
|
echo "NAME=$NAME" >> $GITHUB_ENV # Store name in the environment variable
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user