Skip to content

Commit

Permalink
READMEまでのパスを修正
Browse files Browse the repository at this point in the history
  • Loading branch information
Gakuto1112 committed Nov 26, 2024
1 parent bc9b49a commit 3dacfa7
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 9 deletions.
5 changes: 5 additions & 0 deletions .github/README.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
翻訳データの使用方法や注意事項などは下記のリンクのREADMEをお読みください。
https://github.com/Gakuto1112/Stormworks-JapaneseTranslation/blob/main/README.md

Please read README at the link below for instructions and notes for the translation data.
https://github.com/Gakuto1112/Stormworks-JapaneseTranslation/blob/main/README_en.md
11 changes: 2 additions & 9 deletions .github/workflows/build_on_release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,16 +29,9 @@ jobs:
name: japanese
path: ./out/japanese
- name: Copy necessary file
run: cp ./LICENSE ./out/LICENSE
- name: Create README.txt
run: |
cat << EOF > ./out/README.txt
翻訳データの使用方法や注意事項などは下記のリンクのREADMEをお読みください。
https://github.com/Gakuto1112/Stormworks-JapaneseTranslation/blob/main/.github/README.md
Please read README at the link below for instructions and notes for the translation data.
https://github.com/Gakuto1112/Stormworks-JapaneseTranslation/blob/main/.github/CONTRIBUTING_en.md
EOF
co ./.github/README.txt ./out/README.txt
cp ./LICENSE ./out/LICENSE
- name: Zip artifact
run: zip -r ./japanese.zip ./
working-directory: ./out
Expand Down

0 comments on commit 3dacfa7

Please sign in to comment.