Skip to content

Commit

Permalink
Merge pull request #1 from CIAT-DAPA/develop
Browse files Browse the repository at this point in the history
#major
  • Loading branch information
CarlosNasayo authored Jul 13, 2023
2 parents ae1c057 + 7229ad8 commit 8a725b9
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 8a725b9

Please sign in to comment.