Testing release tag - fix5

This commit is contained in:
Xargon 2022-05-22 09:54:27 +09:00
parent 3aecbd8657
commit 8e25dd8d3a

View file

@ -123,7 +123,7 @@ jobs:
- name: Read version from version file
id: version
run: echo "##[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