From 26d91acb44d5dbc900dae9bf399e82f804a0a7c9 Mon Sep 17 00:00:00 2001 From: Scrub <72096833+ScrubN@users.noreply.github.com> Date: Sat, 29 Jun 2024 22:58:52 -0400 Subject: [PATCH] Fix release build workflow --- .github/workflows/build.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 7fb8358d..cc56f199 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -75,7 +75,7 @@ jobs: - name: Read URL id: url - uses: juliangruber/read-file-action@1.1.7 + uses: juliangruber/read-file-action@v1.1.7 with: path: upload_url.txt @@ -149,7 +149,7 @@ jobs: - name: Read URL id: url - uses: juliangruber/read-file-action@1.1.7 + uses: juliangruber/read-file-action@v1.1.7 with: path: upload_url.txt @@ -238,7 +238,7 @@ jobs: - name: Read URL id: url - uses: juliangruber/read-file-action@1.1.7 + uses: juliangruber/read-file-action@v1.1.7 with: path: upload_url.txt