Skip to content
This repository has been archived by the owner on Apr 6, 2023. It is now read-only.

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
lay295 committed Jun 3, 2021
2 parents 3cb0303 + 624c9b7 commit 8f984a5
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -80,9 +80,9 @@ jobs:

- name: Read URL
id: url
uses: komorebitech/read-files-action@v1.5
uses: juliangruber/read-file-action@74dc4b4435b60f96f84bcba916659c779f46ba0a
with:
files: '["upload_url.txt"]'
path: upload_url.txt

- name: Upload Release Asset
id: upload-release-asset
Expand Down Expand Up @@ -146,7 +146,7 @@ jobs:

- name: Read URL
id: url
uses: juliangruber/read-file-action@v1
uses: juliangruber/read-file-action@74dc4b4435b60f96f84bcba916659c779f46ba0a
with:
path: upload_url.txt

Expand Down Expand Up @@ -217,7 +217,7 @@ jobs:

- name: Read URL
id: url
uses: juliangruber/read-file-action@v1
uses: juliangruber/read-file-action@74dc4b4435b60f96f84bcba916659c779f46ba0a
with:
path: upload_url.txt

Expand Down

0 comments on commit 8f984a5

Please sign in to comment.