replace `set-output` with environment file

nix
Owen Green 3 years ago
parent 21c4311471
commit 5251e2efcb

@ -73,7 +73,7 @@ jobs:
path: install/FluCoMa-SC-Linux.tar.gz
- id: get-version
run: echo "::set-output name=version::$(cat flucoma.version.rc)"
run: echo "version=$(cat flucoma.version.rc)" >> $GITHUB_OUTPUT
working-directory: build/_deps/flucoma-core-src
release:

Loading…
Cancel
Save