mirror of
https://github.com/hay-kot/homebox.git
synced 2024-11-22 00:25:43 +00:00
set working dir
This commit is contained in:
parent
b580d464fe
commit
1b8dd8b2f2
1 changed files with 1 additions and 0 deletions
1
.github/workflows/pull-requests.yaml
vendored
1
.github/workflows/pull-requests.yaml
vendored
|
@ -27,4 +27,5 @@ jobs:
|
||||||
fetch-depth: 0
|
fetch-depth: 0
|
||||||
|
|
||||||
- name: "Cross Compile and Release"
|
- name: "Cross Compile and Release"
|
||||||
|
working-directory: backend
|
||||||
run: goreleaser release --snapshot --clean --skip-publish
|
run: goreleaser release --snapshot --clean --skip-publish
|
||||||
|
|
Loading…
Reference in a new issue