File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 1313 - name : Install LaTex utilities
1414 run : sudo apt update && sudo apt-get install -y texlive-full
1515 - name : Get version from file
16- run : echo "::set-output name= version:: $(cat version)"
16+ run : echo "version= $(cat version)" >> $GITHUB_OUTPUT
1717 id : version
18- - name : Build PDFs
18+ - name : Attempting to build PDFs
1919 run : make
2020 release-it :
2121 permissions :
@@ -30,10 +30,10 @@ jobs:
3030 run : sudo apt update && sudo apt-get install -y texlive-full
3131 - name : Get version from file
3232 id : get_version
33- run : echo "VERSION=version/ $(cat version)" >> $GITHUB_ENV
33+ run : echo "VERSION=$(cat version)" >> $GITHUB_OUTPUT
3434 - name : Name release from version
3535 id : get_release
36- run : echo "RELEASE=release_$(cat version)" >> $GITHUB_ENV
36+ run : echo "RELEASE=release_$(cat version)" >> $GITHUB_OUTPUT
3737 - name : Build PDFs
3838 run : make
3939 - name : Upload PDFs archives
You can’t perform that action at this time.
0 commit comments