Skip to content

Commit c4ef4c6

Browse files
committed
release v1
1 parent 4325144 commit c4ef4c6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/pipeline.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -121,7 +121,7 @@ jobs:
121121
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
122122
with:
123123
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
124-
asset_path: ./releaseFront.zip
124+
asset_path: .src/build/releaseFront.zip
125125
asset_name: releaseFront.zip
126126
asset_content_type: application/zip
127127

0 commit comments

Comments
 (0)