Skip to content

Commit 6fd8fdd

Browse files
committed
ci: Rename .git back in release job
1 parent 3143b7a commit 6fd8fdd

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/release.yml

+3
Original file line numberDiff line numberDiff line change
@@ -135,6 +135,9 @@ jobs:
135135
- uses: actions/download-artifact@v4
136136
with:
137137
name: workdir-${{ matrix.pythonStandaloneVersion }} ${{ matrix.pythonVersion }}
138+
- name: rename .git back
139+
run: |
140+
mv git-dir .git
138141
- name: update remote url
139142
run: |
140143
git remote set-url origin https://token:[email protected]/$GITHUB_REPOSITORY

0 commit comments

Comments
 (0)