Skip to content

Commit

Permalink
releasesは pod repo push より前にアップロードする必要がある
Browse files Browse the repository at this point in the history
  • Loading branch information
rinsuki committed Sep 6, 2020
1 parent 2f38bb4 commit e8603db
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/xcframework.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,8 +48,6 @@ jobs:
repository: cinderella-project/PodsSpecs
path: 'PodsSpecs'
- run: mkdir -p ~/.cocoapods/repos && ln -s $(pwd)/PodsSpecs ~/.cocoapods/repos/cinderella
- name: Upload to PodsSpecs
run: pod repo push cinderella libmruby.podspec
- name: Create Release
id: create_release
uses: actions/create-release@v1
Expand All @@ -68,4 +66,6 @@ jobs:
upload_url: ${{ steps.create_release.outputs.upload_url }}
asset_path: ./libmruby.xcframework.zip
asset_name: libmruby.xcframework.zip
asset_content_type: application/zip
asset_content_type: application/zip
- name: Upload to PodsSpecs
run: pod repo push cinderella libmruby.podspec

0 comments on commit e8603db

Please sign in to comment.