Skip to content

Commit

Permalink
同梱版readmeとライセンスファイルをリリースzipに含めるようにワークフローを修正
Browse files Browse the repository at this point in the history
  • Loading branch information
mass-0910 committed Oct 14, 2023
1 parent 5fa35ed commit 621d769
Show file tree
Hide file tree
Showing 2 changed files with 26 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,8 @@ jobs:
Copy-Item -Path hsptest.exe -Destination hsptest
Copy-Item -Path install.bat -Destination hsptest
Copy-Item -Path run_hsptest.bat -Destination hsptest
Copy-Item -Path readme.txt -Destination hsptest
Copy-Item -Path LICENSE.md -Destination hsptest
7z a -tzip hsptest.zip hsptest
- name: get previout tag name
Expand Down
24 changes: 24 additions & 0 deletions readme.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
hsptest v0.9

この度はhsptestをダウンロードしていただきありがとうございます。

hsptestとは、HSP3言語で書かれたプログラムをテストするためのフレームワークです。


■ インストール方法

hsptestは以下の手順でインストールしてください。

1. HSP3インストールフォルダ(例:C:/hsp36)を環境変数PATHに追加します
2. hsptest.zipを解凍し、install.batを実行します。


■ hsptestユーザマニュアル

hsptestの使い方は、hsptestユーザマニュアルをご覧ください。
https://github.com/mass-0910/hsptest/wiki/hsptest%E3%83%A6%E3%83%BC%E3%82%B6%E3%83%9E%E3%83%8B%E3%83%A5%E3%82%A2%E3%83%AB


■ ライセンス

同梱のLICENSEをご覧ください。

0 comments on commit 621d769

Please sign in to comment.