Skip to content

Commit

Permalink
Update release workflow to try include username in git clone
Browse files Browse the repository at this point in the history
  • Loading branch information
huxingyi committed Feb 25, 2023
1 parent e53c9bf commit 2256e22
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ jobs:
cp ${GITHUB_WORKSPACE}/../Qt/5.15.2/msvc2019_64/plugins/imageformats/qsvg.dll ${GITHUB_WORKSPACE}/imageformats/qsvg.dll
7z a Dust3D-win32-x86_64.zip -r ${GITHUB_WORKSPACE}/imageformats/
7z x Dust3D-win32-x86_64.zip -odust3d-${{ github.event.workflow_run.head_branch }}
git clone https://${{ secrets.GITHUB_TOKEN }}@github.com/huxingyi/huxingyi.github.io.git
git clone https://huxingyi:${{ secrets.GITHUB_TOKEN }}@github.com/huxingyi/huxingyi.github.io.git
cd huxingyi.github.io
cp ../Dust3D-win32-x86_64.zip download/dust3d-latest-preview.zip
git config --global user.email ""
Expand Down

0 comments on commit 2256e22

Please sign in to comment.