From 7a1885c29ec85fdb50827be7c88fbfee4f9c0a16 Mon Sep 17 00:00:00 2001 From: Jacek Sieka Date: Mon, 11 Dec 2023 21:52:59 +0100 Subject: [PATCH] path --- .github/workflows/release.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 9cdf308..bc47316 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -82,8 +82,7 @@ jobs: - name: Create archive run: | - cd src - tar -c -z -v -f ../nph-${{ matrix.target.name }}.tar.gz `ls nph{,.exe} 2>/dev/null || true` + tar -c -z -v -f nph-${{ matrix.target.name }}.tar.gz `ls nph{,.exe} 2>/dev/null || true` - name: Upload the binaries uses: actions/upload-artifact@v3