File tree Expand file tree Collapse file tree 1 file changed +6
-6
lines changed
Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change 2121 - uses : actions/checkout@v4
2222 with :
2323 token : ${{ secrets.GITHUB_TOKEN }}
24- fetch-depth : 0
24+ fetch-depth : 1
2525
2626 - name : Configure Git
2727 run : |
5656 name : build-log-${{ inputs.version }}
5757 path : build/build.log
5858 if-no-files-found : warn
59- retention-days : 30
59+ retention-days : 5
6060
6161 - name : Create GitHub Release
6262 env :
@@ -68,15 +68,15 @@ jobs:
6868
6969 if [[ "${{ steps.prerelease_check.outputs.is_prerelease }}" == "true" ]]; then
7070 gh release create "${{ inputs.version }}" \
71- " ./build/SPMConsentViewController.xcframework.zip" \
72- " ./build/ConsentViewController.xcframework.zip" \
71+ ./build/SPMConsentViewController.xcframework.zip \
72+ ./build/ConsentViewController.xcframework.zip \
7373 --title "${{ inputs.version }}" \
7474 --notes "$RELEASE_NOTES" \
7575 --prerelease
7676 else
7777 gh release create "${{ inputs.version }}" \
78- " ./build/SPMConsentViewController.xcframework.zip" \
79- " ./build/ConsentViewController.xcframework.zip" \
78+ ./build/SPMConsentViewController.xcframework.zip \
79+ ./build/ConsentViewController.xcframework.zip \
8080 --title "${{ inputs.version }}" \
8181 --notes "$RELEASE_NOTES"
8282 fi
You can’t perform that action at this time.
0 commit comments