From 5c4236304ce007abedfcde190b0106a2a2639141 Mon Sep 17 00:00:00 2001 From: Mischa Taylor Date: Thu, 20 Jun 2024 17:30:49 -0400 Subject: [PATCH] Grab binaries from static run-id for now --- .github/workflows/release.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 70adc49..a425538 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -14,5 +14,7 @@ jobs: uses: actions/checkout@v4 - name: Download artifacts uses: actions/download-artifact@v4 + with: + run-id: 9604597430 - name: Display structure of downloaded files run: ls -R