From a83c50ab418dd14f264fad11ea76109191fb1ad3 Mon Sep 17 00:00:00 2001 From: Djuri Baars Date: Mon, 10 Jun 2024 01:12:41 +0200 Subject: [PATCH] Trying it different --- .github/workflows/build_all.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build_all.yaml b/.github/workflows/build_all.yaml index 291e692..a5118cb 100644 --- a/.github/workflows/build_all.yaml +++ b/.github/workflows/build_all.yaml @@ -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