Skip to content

Commit

Permalink
build: fix env read
Browse files Browse the repository at this point in the history
  • Loading branch information
huxingyi committed Feb 26, 2023
1 parent 1611175 commit e4477b7
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 @@ -100,7 +100,7 @@ jobs:
cd huxingyi.github.io
git remote set-url origin https://$env:UPDATE_REPO_TOKEN@github.com/huxingyi/huxingyi.github.io.git
cp ../Dust3D-win32-x86_64.zip download/dust3d-latest-preview.zip
git config --global user.email "$env:MY_EMAIL"
git config --global user.email "${env:MY_EMAIL}"
git config --global user.name "Jeremy HU"
git add download/dust3d-latest-preview.zip
git commit -m "Update latest windows build"
Expand Down

0 comments on commit e4477b7

Please sign in to comment.