Skip to content

Commit cf732c7

Browse files
committed
fix: path to upload file
1 parent 7a26b8e commit cf732c7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/npm-release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ jobs:
4949
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
5050
with:
5151
upload_url: ${{ steps.create_release.outputs.upload_url }} # This pulls from the CREATE RELEASE step above, referencing it's ID to get its outputs object, which include a `upload_url`. See this blog post for more info: https://jasonet.co/posts/new-features-of-github-actions/#passing-data-to-future-steps
52-
asset_path: 'react-static-web-apps-auth/aaronpowell-react-static-web-apps-auth-${{ env.tag }}.tgz'
52+
asset_path: 'aaronpowell-react-static-web-apps-auth-${{ env.tag }}.tgz'
5353
asset_name: 'aaronpowell-react-static-web-apps-auth-${{ env.tag }}.tgz'
5454
asset_content_type: application/zip
5555
- run: echo ${{ steps.create_release.outputs.id }} >> release.txt

0 commit comments

Comments
 (0)