Skip to content

Commit

Permalink
Update generate-manifest.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Pavan-SAP authored Jun 7, 2024
1 parent 2ef3e01 commit e43baf7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/generate-manifest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:

steps:
- name: Checkout
uses: actions/checkout@v3
uses: actions/checkout@v4

- name: Get version and upload URL
id: get_version_upload_url
Expand Down Expand Up @@ -110,4 +110,4 @@ jobs:
-H "Authorization: Bearer ${{ github.token }}" \
-H "Content-Type: $(file -b --mime-type $file)" \
--data-binary @$file \
"$upload_url?name=$(basename $file)"
"$upload_url?name=$(basename $file)"

0 comments on commit e43baf7

Please sign in to comment.