Skip to content

Commit

Permalink
name assets correctly
Browse files Browse the repository at this point in the history
  • Loading branch information
diversemix committed Aug 19, 2024
1 parent f620071 commit 09d1744
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,14 +50,14 @@ jobs:
uses: actions/upload-release-asset@v1
with:
upload_url: ${{ steps.create_release.outputs.upload_url }}
asset_path: dist/say_hello-${{ env.VERSION }}-py3-none-any.whl
asset_name: say_hello-${{ env.VERSION }}-py3-none-any.whl
asset_path: dist/gcf_data_mapper-${{ env.VERSION }}-py3-none-any.whl
asset_name: gcf_data_mapper-${{ env.VERSION }}-py3-none-any.whl
asset_content_type: application/zip

- name: Upload Source Distribution Asset
uses: actions/upload-release-asset@v1
with:
upload_url: ${{ steps.create_release.outputs.upload_url }}
asset_path: dist/say_hello-${{ env.VERSION }}.tar.gz
asset_name: say_hello-${{ env.VERSION }}.tar.gz
asset_path: dist/gcf_data_mapper-${{ env.VERSION }}.tar.gz
asset_name: gcf_data_mapper-${{ env.VERSION }}.tar.gz
asset_content_type: application/gzip

0 comments on commit 09d1744

Please sign in to comment.