File tree Expand file tree Collapse file tree 5 files changed +4
-4
lines changed
Expand file tree Collapse file tree 5 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -117,7 +117,7 @@ jobs:
117117
118118 - name : Package .zip archives
119119 run : |
120- VERSION=`cat VERSION `
120+ VERSION=`cat VVERSION `
121121 base=$(find $PWD/IfcOpenShell/build -maxdepth 4 -name install)
122122 mkdir -p $GITHUB_WORKSPACE/package
123123 cd $GITHUB_WORKSPACE/package
Original file line number Diff line number Diff line change 8585
8686 - name : Package .zip archives
8787 run : |
88- VERSION=`cat VERSION `
88+ VERSION=`cat VVERSION `
8989 base=$GITHUB_WORKSPACE/IfcOpenShell/build/Linux/x86_64/install
9090 mkdir -p $GITHUB_WORKSPACE/package
9191 cd $GITHUB_WORKSPACE/package
Original file line number Diff line number Diff line change 9696
9797 - name : Package .zip Archives
9898 run : |
99- $VERSION = Get-Content VERSION -Raw
99+ $VERSION = Get-Content VVERSION -Raw
100100 $pyVersion = "${{ matrix.python }}"
101101 $pyVersionMajor = ($pyVersion -split '\.')[0..1] -join ''
102102 $OUTPUT_DIR = "$env:GITHUB_WORKSPACE\package"
Load Diff This file was deleted.
Original file line number Diff line number Diff line change 1+ 0.4.2
You can’t perform that action at this time.
0 commit comments