Skip to content

Commit

Permalink
コマンドのタイポを修正
Browse files Browse the repository at this point in the history
  • Loading branch information
Gakuto1112 committed Nov 26, 2024
1 parent bb7d12a commit 4ac5de8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build_on_release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
path: ./out/japanese
- name: Copy necessary file
run: |
co ./.github/README.txt ./out/README.txt
cp ./.github/README.txt ./out/README.txt
cp ./LICENSE ./out/LICENSE
- name: Zip artifact
run: zip -r ./japanese.zip ./
Expand Down

0 comments on commit 4ac5de8

Please sign in to comment.