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