From 733075cbd0b91637559436117ccfb19b2467ebca Mon Sep 17 00:00:00 2001 From: Cristian Date: Tue, 4 Aug 2020 11:53:31 -0500 Subject: [PATCH] tests: Set SINGLEFILE_BINARY instead of putting the binary in the path --- .github/workflows/test.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 117a760a..e689b7c5 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -53,8 +53,8 @@ jobs: - name: Give singlefile execution permissions run: chmod +x singlefile/cli/single-file - - name: Add singlefile cli folder to path - run: echo "::add-path::$GITHUB_WORKSPACE/singlefile/cli" + - name: Set SINGLEFILE_BINARY + run: echo "::set-env name=SINGLEFILE_BINARY::$GITHUB_WORKSPACE/singlefile/cli/single-file" - name: Set up Python ${{ matrix.python }} uses: actions/setup-python@v1