Update deprecated set-output Github command

This commit is contained in:
Dion Moult
2024-06-11 14:48:37 +10:00
parent dea2b6e367
commit bfe36dddb7
2 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -46,7 +46,7 @@ jobs:
- run: echo ${{ env.DATE }}
- name: Get current version
id: version
run: echo "::set-output name=version::$(cat ../../VERSION)"
run: echo "version=$(cat VERSION)" >> $GITHUB_OUTPUT
- name: Compile
run: |
cp -r src/ifcopenshell-python src/ifcopenshell_${{ matrix.config.short_name }}_${{ matrix.pyver }} &&