Skip to content

Commit 1953ff7

Browse files
committed
fixed path for deploy
1 parent 2c3b9b1 commit 1953ff7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Diff for: .github/workflows/release.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -49,6 +49,6 @@ 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: ./build/sourceData.tgz
53-
asset_name: sourceData.tgz
52+
asset_path: ./build/sourceData-github.tgz
53+
asset_name: sourceData-github.tgz
5454
asset_content_type: application/gzip

0 commit comments

Comments
 (0)