WORKFLOW: version reader - fix2

This commit is contained in:
Xargon 2022-05-21 22:28:46 +09:00
parent 801b734136
commit 2cc1301c61

View file

@ -123,7 +123,7 @@ jobs:
- name: Read version from version file
id: version
run: "##[set-output name=version;]cat $(find . -name version)"
run: echo "##[set-output name=version;]cat $(find . -name version)"
- name: Publish the flatpak in a new cooker release
uses: ncipollo/release-action@v1