Skip to content

Commit

Permalink
Add the new k34 executable to artifacts.
Browse files Browse the repository at this point in the history
  • Loading branch information
AmineKhaldi committed Oct 26, 2021
1 parent 9e4e5f1 commit 270d187
Show file tree
Hide file tree
Showing 5 changed files with 27 additions and 9 deletions.
8 changes: 6 additions & 2 deletions .github/workflows/build-arm64.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,9 @@ jobs:
uses: actions/[email protected]
with:
name: Debug build
path: ${{github.workspace}}/build/chia_plot
path: |
${{github.workspace}}/build/chia_plot
${{github.workspace}}/build/chia_plot_k34
build-release:
runs-on: [ARM64]
Expand All @@ -46,7 +48,9 @@ jobs:
uses: actions/[email protected]
with:
name: Release build
path: ${{github.workspace}}/build/chia_plot
path: |
${{github.workspace}}/build/chia_plot
${{github.workspace}}/build/chia_plot_k34
- name: Get tag name
if: startsWith(github.ref, 'refs/tags/')
Expand Down
8 changes: 6 additions & 2 deletions .github/workflows/build-linux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,9 @@ jobs:
uses: actions/[email protected]
with:
name: Debug build
path: ${{github.workspace}}/build/chia_plot
path: |
${{github.workspace}}/build/chia_plot
${{github.workspace}}/build/chia_plot_k34
build-release:
runs-on: ubuntu-latest
Expand All @@ -46,7 +48,9 @@ jobs:
uses: actions/[email protected]
with:
name: Release build
path: ${{github.workspace}}/build/chia_plot
path: |
${{github.workspace}}/build/chia_plot
${{github.workspace}}/build/chia_plot_k34
- name: Get tag name
if: startsWith(github.ref, 'refs/tags/')
Expand Down
8 changes: 6 additions & 2 deletions .github/workflows/build-m1.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,9 @@ jobs:
uses: actions/[email protected]
with:
name: Debug build
path: ${{github.workspace}}/build/chia_plot
path: |
${{github.workspace}}/build/chia_plot
${{github.workspace}}/build/chia_plot_k34
build-release:
runs-on: [m1]
Expand All @@ -52,7 +54,9 @@ jobs:
uses: actions/[email protected]
with:
name: Release build
path: ${{github.workspace}}/build/chia_plot
path: |
${{github.workspace}}/build/chia_plot
${{github.workspace}}/build/chia_plot_k34
- name: Get tag name
if: startsWith(github.ref, 'refs/tags/')
Expand Down
8 changes: 6 additions & 2 deletions .github/workflows/build-osx.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,9 @@ jobs:
uses: actions/[email protected]
with:
name: Debug build
path: ${{github.workspace}}/build/chia_plot
path: |
${{github.workspace}}/build/chia_plot
${{github.workspace}}/build/chia_plot_k34
build-release:
runs-on: macOS-latest
Expand All @@ -52,7 +54,9 @@ jobs:
uses: actions/[email protected]
with:
name: Release build
path: ${{github.workspace}}/build/chia_plot
path: |
${{github.workspace}}/build/chia_plot
${{github.workspace}}/build/chia_plot_k34
- name: Get tag name
if: startsWith(github.ref, 'refs/tags/')
Expand Down
4 changes: 3 additions & 1 deletion .github/workflows/build-windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,9 @@ jobs:
uses: actions/[email protected]
with:
name: MSVC Release build
path: ${{github.workspace}}/build/chia_plot.exe
path: |
${{github.workspace}}/build/chia_plot.exe
${{github.workspace}}/build/chia_plot_k34.exe
upload-release-artifacts:
runs-on: ubuntu-latest
Expand Down

0 comments on commit 270d187

Please sign in to comment.