Skip to content

Commit

Permalink
Fix release workflow source binary path
Browse files Browse the repository at this point in the history
  • Loading branch information
huxingyi committed Feb 25, 2023
1 parent 06bb119 commit a3caf94
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 @@ -102,7 +102,7 @@ jobs:
repository: huxingyi/huxingyi.github.io
- name: Copy and Commit
run: |
cp ${GITHUB_WORKSPACE}/Dust3D-win32-x86_64.zip download/dust3d-latest-preview.zip
cp ${GITHUB_WORKSPACE}/application/Dust3D-win32-x86_64.zip download/dust3d-latest-preview.zip
git config --global user.email ""
git config --global user.name "bot"
git add download/dust3d-latest-preview.zip
Expand Down

0 comments on commit a3caf94

Please sign in to comment.