Skip to content

Commit

Permalink
Update build.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
frankyeh authored Feb 7, 2025
1 parent 188d4e2 commit 2a26da3
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ jobs:
run: |
gh release upload ${{ github.event.inputs.tag }} *.zip --clobber --repo frankyeh/DSI-Studio
linux-build-cuda:
linux-build:
if: ${{ github.event.inputs.build_linux == 'true' }}
strategy:
matrix:
Expand Down Expand Up @@ -97,8 +97,7 @@ linux-build-cuda:
run: |
gh release upload ${{ github.event.inputs.tag }} *.zip --clobber --repo frankyeh/DSI-Studio
macos-build-qt6:
macos-build:
if: ${{ github.event.inputs.build_mac == 'true' }}
strategy:
matrix:
Expand Down Expand Up @@ -164,7 +163,7 @@ linux-build-cuda:
"dsistudio/dsistudio:hou-${{ env.DATE_TAG }}"
dsistudio/dsistudio:latest
windows_cpu_build:
windows_build_cpu:
if: ${{ github.event.inputs.build_windows == 'true' }}
runs-on: windows-2019
steps:
Expand All @@ -190,7 +189,7 @@ linux-build-cuda:
run: |
gh release upload ${{ github.event.inputs.tag }} dsi_studio_win_cpu.zip --clobber
windows_gpu_build:
windows_build:
if: ${{ github.event.inputs.build_windows == 'true' }}
runs-on: windows-2019
steps:
Expand Down

0 comments on commit 2a26da3

Please sign in to comment.