Action changes

This commit is contained in:
2020-05-16 20:50:45 -04:00
parent 3dfff8793c
commit 649a365f5e

View File

@ -34,7 +34,9 @@ jobs:
run: |
TAG=$(jq --raw-output '.release.tag_name' $GITHUB_EVENT_PATH)
echo ::set-output name=TAG::$TAG
echo $TAG > client/VERSION.txt
cd $GITHUB_WORKSPACE/client
echo $TAG > VERSION.txt
- name: Build
id: build
uses: josephbmanley/build-godot-action@v1.4.0