working-directoryにcliを指定

This commit is contained in:
Haruki
2023-08-21 10:45:30 +09:00
parent d489280ea2
commit ccf065cd15

View File

@@ -8,6 +8,9 @@ on:
jobs:
release:
runs-on: ubuntu-latest
defaults:
run:
working-directory: ./cli
permissions:
contents: write
steps:
@@ -16,9 +19,6 @@ jobs:
with:
fetch-depth: 0
# cliディレクトリに移動
- run: cd cli
# Go をセットアップ
- uses: actions/setup-go@v3
with: