fix cleanup

This commit is contained in:
ay-ex
2024-07-12 08:37:31 +00:00
committed by Dion Moult
parent 5b16699eb4
commit 54a65abd76
+2 -14
View File
@@ -28,29 +28,17 @@ jobs:
build:
needs: activate
name: ${{ matrix.config.name }}-${{ matrix.pyver }}
name: "choco_release"
runs-on: ubuntu-latest
strategy:
fail-fast: false
matrix:
pyver: [py312]
config:
- {
name: "Windows Build",
short_name: win,
}
steps:
- uses: actions/checkout@v4
with:
fetch-tags: true
fetch-depth: 0
- uses: actions/setup-python@v5 # https://github.com/actions/setup-python
with:
python-version: '3.12.4' # Version range or exact version of a Python version to use, using SemVer's version range syntax
architecture: 'x64' # optional x64 or x86. Defaults to x64 if not specified
- run: echo ${{ env.DATE }}
- name: Check in release tags if we should do a choco release and perform release if needed
- name: Check in release tags if we should do a choco release and perform the release if needed
id: do_choco_release
run: |
cd /home/runner/work/IfcOpenShell/IfcOpenShell/choco/blenderbim/ &&