Fix/release job (#4185)
* fix: fix release job * fix: add ProjectAutomation to tuist bundle * fix: revert building ProjectAutomation
This commit is contained in:
parent
9d950742a5
commit
74ca688cc6
|
@ -37,7 +37,7 @@ jobs:
|
||||||
# This step also updates the CHANGELOG.md to rename the Next section to the proper release version.
|
# This step also updates the CHANGELOG.md to rename the Next section to the proper release version.
|
||||||
run: |
|
run: |
|
||||||
sed -i '' -e "s/version = \".*\"/version = \"${{ github.event.inputs.version }}\"/g" Sources/TuistSupport/Constants.swift
|
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
|
- name: Fourier release
|
||||||
run: ./fourier release tuist ${{ github.event.inputs.version }} $(cat .xcode-version) $(cat .xcode-version-libraries)
|
run: ./fourier release tuist ${{ github.event.inputs.version }} $(cat .xcode-version) $(cat .xcode-version-libraries)
|
||||||
- name: Create GitHub Release
|
- name: Create GitHub Release
|
||||||
|
|
|
@ -103,4 +103,5 @@ Tuist/Dependencies/graph.json
|
||||||
.vscode/launch.json
|
.vscode/launch.json
|
||||||
|
|
||||||
# Release artifacts
|
# Release artifacts
|
||||||
vendor/
|
vendor/
|
||||||
|
.bundle
|
||||||
|
|
|
@ -66,6 +66,8 @@ module Fourier
|
||||||
output_zip_path,
|
output_zip_path,
|
||||||
"tuist",
|
"tuist",
|
||||||
"libswift_Concurrency.dylib",
|
"libswift_Concurrency.dylib",
|
||||||
|
"ProjectAutomation.framework",
|
||||||
|
"ProjectAutomation.framework.dSYM",
|
||||||
"ProjectDescription.framework",
|
"ProjectDescription.framework",
|
||||||
"ProjectDescription.framework.dSYM",
|
"ProjectDescription.framework.dSYM",
|
||||||
"Templates",
|
"Templates",
|
||||||
|
|
Loading…
Reference in New Issue