Skip to content

Commit

Permalink
Merge pull request #106 from AbsaOSS/change-asset-name
Browse files Browse the repository at this point in the history
Change name of iOS asset
  • Loading branch information
Patrik-Stas authored Sep 24, 2020
2 parents cd26ddd + 6a4423b commit 2eb5977
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -1013,7 +1013,7 @@ jobs:
with:
upload_url: ${{ needs.make-release.outputs.RELEASE_UPLOAD_URL }}
asset_path: ./libvcx-ios-${{ needs.workflow-setup.outputs.PUBLISH_VERSION }}-device.zip
asset_name: libvcx-ios-${{ needs.workflow-setup.outputs.PUBLISH_VERSION }}-device
asset_name: libvcx-ios-${{ needs.workflow-setup.outputs.PUBLISH_VERSION }}-device.zip
asset_content_type: application/zip

release-ios-universal:
Expand All @@ -1031,5 +1031,5 @@ jobs:
with:
upload_url: ${{ needs.make-release.outputs.RELEASE_UPLOAD_URL }}
asset_path: ./libvcx-ios-${{ needs.workflow-setup.outputs.PUBLISH_VERSION }}-universal.zip
asset_name: libvcx-ios-${{ needs.workflow-setup.outputs.PUBLISH_VERSION }}-universal
asset_name: libvcx-ios-${{ needs.workflow-setup.outputs.PUBLISH_VERSION }}-universal.zip
asset_content_type: application/zip

0 comments on commit 2eb5977

Please sign in to comment.