From 0bb677a24379d68ab06f4d09b69b49404b8559ca Mon Sep 17 00:00:00 2001 From: Adam Mokan Date: Fri, 17 Feb 2023 13:52:10 -0700 Subject: [PATCH] remove old `working_directory` from release action --- .github/workflows/release.yaml | 6 ------ 1 file changed, 6 deletions(-) diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index dfb91f8..c9e50c0 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -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 }})