Add extensions
This commit is contained in:
parent
1898bec5bb
commit
f84e27eeaf
1 changed files with 2 additions and 2 deletions
4
.github/workflows/build_all.yaml
vendored
4
.github/workflows/build_all.yaml
vendored
|
@ -12,9 +12,9 @@ jobs:
|
|||
id: getBlockHeight
|
||||
run: echo "blockHeight=$(curl -s https://mempool.space/api/blocks/tip/height)" >> $GITHUB_OUTPUT
|
||||
- name: Build Windows
|
||||
uses: ./.github/workflows/build_windows
|
||||
uses: ./.github/workflows/build_windows.yml
|
||||
- name: Build macOS
|
||||
uses: ./.github/workflows/build_macos
|
||||
uses: ./.github/workflows/build_macos.yml
|
||||
- name: Get Windows Artifacts
|
||||
if: ${{ always() }}
|
||||
uses: actions/download-artifact@v4
|
||||
|
|
Loading…
Reference in a new issue