diff --git a/.github/README.txt b/.github/README.txt new file mode 100644 index 0000000..b281081 --- /dev/null +++ b/.github/README.txt @@ -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 diff --git a/.github/workflows/build_on_release.yml b/.github/workflows/build_on_release.yml index 37a490f..8b8cc31 100644 --- a/.github/workflows/build_on_release.yml +++ b/.github/workflows/build_on_release.yml @@ -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