diff --git a/.github/workflows/publish-ios-beta.yml b/.github/workflows/publish-ios-beta.yml index 0e4b5f98..ee9036df 100644 --- a/.github/workflows/publish-ios-beta.yml +++ b/.github/workflows/publish-ios-beta.yml @@ -45,7 +45,7 @@ jobs: - name: 🎉 Create Github release uses: ncipollo/release-action@v1 with: - artifacts: "Jellify.ipa" + artifacts: "ios/Jellify.ipa" name: "Jellify - ${{ env.VERSION_NUMBER }}" prerelease: true tag: ${{ env.VERSION_NUMBER }}