WORKFLOW: version reader - fix2

This commit is contained in:
Xargon 2022-05-21 22:28:46 +09:00
parent c42d9f7dc0
commit 29f7e3a737

View file

@ -123,7 +123,7 @@ jobs:
- name: Read version from version file - name: Read version from version file
id: version 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 - name: Publish the flatpak in a new cooker release
uses: ncipollo/release-action@v1 uses: ncipollo/release-action@v1