Skip to content

Commit b9a94ed

Browse files
committed
リリースの下書きを自動生成する
1 parent 331d1ec commit b9a94ed

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

.github/workflows/publish.yml

+7-1
Original file line numberDiff line numberDiff line change
@@ -28,12 +28,18 @@ jobs:
2828
shell: pwsh
2929
- name: Create Release
3030
id: create_release
31-
uses: actions/create-release@v1.0.0
31+
uses: actions/create-release@v1.1.4
3232
env:
3333
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
3434
with:
3535
tag_name: ${{ github.ref }}
3636
release_name: Release ${{ github.ref }}
37+
body: |
38+
# 使い方
39+
1. App.zipをダウンロードして展開
40+
2. PanoramaApp.exeを実行
41+
42+
Windows Diffenderが警告を出しますが気にしないでください。
3743
draft: true
3844
prerelease: false
3945
- name: Upload Release Asset

0 commit comments

Comments
 (0)