diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 30dd7e57a..e729f339b 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -37,7 +37,7 @@ jobs: # This step also updates the CHANGELOG.md to rename the Next section to the proper release version. run: | sed -i '' -e "s/version = \".*\"/version = \"${{ github.event.inputs.version }}\"/g" Sources/TuistSupport/Constants.swift - sed -i '' -e "s/## Next/## ${{ github.event.inputs.version }} - ${{ github.event.inputs.title }}\"/g" CHANGELOG.md + sed -i '' -e "s/## Next/## ${{ github.event.inputs.version }} - ${{ github.event.inputs.title }}/g" CHANGELOG.md - name: Fourier release run: ./fourier release tuist ${{ github.event.inputs.version }} $(cat .xcode-version) $(cat .xcode-version-libraries) - name: Create GitHub Release diff --git a/.gitignore b/.gitignore index f03f5b32d..7caa13545 100644 --- a/.gitignore +++ b/.gitignore @@ -103,4 +103,5 @@ Tuist/Dependencies/graph.json .vscode/launch.json # Release artifacts -vendor/ \ No newline at end of file +vendor/ +.bundle diff --git a/projects/fourier/lib/fourier/services/bundle/tuist.rb b/projects/fourier/lib/fourier/services/bundle/tuist.rb index 8caa5350c..7745787c5 100644 --- a/projects/fourier/lib/fourier/services/bundle/tuist.rb +++ b/projects/fourier/lib/fourier/services/bundle/tuist.rb @@ -66,6 +66,8 @@ module Fourier output_zip_path, "tuist", "libswift_Concurrency.dylib", + "ProjectAutomation.framework", + "ProjectAutomation.framework.dSYM", "ProjectDescription.framework", "ProjectDescription.framework.dSYM", "Templates",