Skip to content

Commit

Permalink
Fix release build workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
ScrubN authored Jun 30, 2024
1 parent 2590282 commit 26d91ac
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down Expand Up @@ -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

Expand Down Expand Up @@ -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

Expand Down

0 comments on commit 26d91ac

Please sign in to comment.