Skip to content

Commit

Permalink
remove old working_directory from release action
Browse files Browse the repository at this point in the history
  • Loading branch information
amokan committed Feb 17, 2023
1 parent 2637255 commit 0bb677a
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,12 +11,6 @@ on:
tags:
- "v*"

defaults:
run:
# Sets the working dir for "run" scripts.
# Note that this won't change the directory for actions (tasks with "uses").
working-directory: "./native/human_name_nif"

jobs:
build_release:
name: NIF ${{ matrix.nif }} - ${{ matrix.job.target }} (${{ matrix.job.os }})
Expand Down

0 comments on commit 0bb677a

Please sign in to comment.