Skip to content

Commit

Permalink
updated github file
Browse files Browse the repository at this point in the history
  • Loading branch information
CarlosNasayo committed Jul 13, 2023
1 parent ae1c057 commit 7229ad8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test_pipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -113,8 +113,8 @@ jobs:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with:
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
asset_path: ./releaseModel.zip
asset_name: releaseModel.zip
asset_path: ./releaseModels.zip
asset_name: releaseModels.zip
asset_content_type: application/zip
# update version setup.py
- name: Checkout code
Expand Down

0 comments on commit 7229ad8

Please sign in to comment.