Skip to content

Commit 0bb677a

Browse files
committed
remove old working_directory from release action
1 parent 2637255 commit 0bb677a

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

.github/workflows/release.yaml

-6
Original file line numberDiff line numberDiff line change
@@ -11,12 +11,6 @@ on:
1111
tags:
1212
- "v*"
1313

14-
defaults:
15-
run:
16-
# Sets the working dir for "run" scripts.
17-
# Note that this won't change the directory for actions (tasks with "uses").
18-
working-directory: "./native/human_name_nif"
19-
2014
jobs:
2115
build_release:
2216
name: NIF ${{ matrix.nif }} - ${{ matrix.job.target }} (${{ matrix.job.os }})

0 commit comments

Comments
 (0)