Minor fix to bonsai-stable build

This commit is contained in:
Dion Moult
2024-09-01 14:23:29 +10:00
parent 296ebf5253
commit 32f216a594
+5 -6
View File
@@ -24,7 +24,7 @@ jobs:
strategy: strategy:
fail-fast: false fail-fast: false
matrix: matrix:
pyver: [py310, py311, py312] pyver: [py311, py312]
config: config:
- { - {
name: "Windows Build", name: "Windows Build",
@@ -32,15 +32,15 @@ jobs:
} }
- { - {
name: "Linux Build", name: "Linux Build",
short_name: linux short_name: linux,
} }
- { - {
name: "MacOS Build", name: "MacOS Build",
short_name: macos short_name: macos,
} }
- { - {
name: "MacOS ARM Build", name: "MacOS ARM Build",
short_name: macosm1 short_name: macosm1,
} }
steps: steps:
- uses: actions/checkout@v2 - uses: actions/checkout@v2
@@ -53,8 +53,7 @@ jobs:
run: echo "version=$(cat VERSION)" >> $GITHUB_OUTPUT run: echo "version=$(cat VERSION)" >> $GITHUB_OUTPUT
- name: Compile - name: Compile
run: | run: |
cd src/bonsai && cd src/bonsai && make dist PLATFORM=${{ matrix.config.short_name }} PYVERSION=${{ matrix.pyver }} IS_STABLE=TRUE
make dist PLATFORM=${{ matrix.config.short_name }} PYVERSION=${{ matrix.pyver }} IS_STABLE=TRUE
- name: Find zip file name - name: Find zip file name
id: find_zip id: find_zip
run: | run: |