diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index b474b4f..3e1b09c 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -16,13 +16,9 @@ jobs: - uses: actions/checkout@v2 - - name: Create XCFramework - run: ./create_xcframework.sh - - name: Create release uses: ncipollo/release-action@v1 with: - artifact: '*.sha256, *.zip' allowUpdates: true draft: true generateReleaseNotes: true