Skip to content

Commit

Permalink
Fix copy path 2
Browse files Browse the repository at this point in the history
  • Loading branch information
stirante committed Sep 14, 2022
1 parent 9a6a471 commit c50da73
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 @@ -49,7 +49,7 @@ jobs:
- name: Copy artifacts
working-directory: './regolith-library'
run: |
cp ../dist/win_binary_windows_amd64_v1/jsonte.exe ./jsonte/jsonte.exe
cp ../dist/win_binary_windows_amd64_v1/jsonte.exe ./jsonte/
git config user.name github-actions
git config user.email github-actions@github.com
git add ./jsonte/jsonte.exe
Expand Down

0 comments on commit c50da73

Please sign in to comment.