Trying it different

This commit is contained in:
Djuri Baars 2024-06-10 01:12:41 +02:00
parent 4649feda74
commit a83c50ab41

View File

@ -14,9 +14,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.yaml
uses: btclock/ota-flasher/.github/workflows/build_windows.yaml@main
- name: Build macOS
uses: ./.github/workflows/build_macos.yaml
uses: btclock/ota-flasher/.github/workflows/build_macos.yaml@main
- name: Get Windows Artifacts
if: ${{ always() }}
uses: actions/download-artifact@v4