Action changes
This commit is contained in:
4
.github/workflows/release.yml
vendored
4
.github/workflows/release.yml
vendored
@ -34,7 +34,9 @@ jobs:
|
|||||||
run: |
|
run: |
|
||||||
TAG=$(jq --raw-output '.release.tag_name' $GITHUB_EVENT_PATH)
|
TAG=$(jq --raw-output '.release.tag_name' $GITHUB_EVENT_PATH)
|
||||||
echo ::set-output name=TAG::$TAG
|
echo ::set-output name=TAG::$TAG
|
||||||
echo $TAG > client/VERSION.txt
|
|
||||||
|
cd $GITHUB_WORKSPACE/client
|
||||||
|
echo $TAG > VERSION.txt
|
||||||
- name: Build
|
- name: Build
|
||||||
id: build
|
id: build
|
||||||
uses: josephbmanley/build-godot-action@v1.4.0
|
uses: josephbmanley/build-godot-action@v1.4.0
|
||||||
|
Reference in New Issue
Block a user