mirror of
https://github.com/studiokaiji/nostr-webhost.git
synced 2025-12-17 06:44:28 +01:00
working-directoryにcliを指定
This commit is contained in:
6
.github/workflows/release.yml
vendored
6
.github/workflows/release.yml
vendored
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user