From da0c3dc08903b85e1601c9833e9e7c241a246fea Mon Sep 17 00:00:00 2001 From: Tahina Ramananandro Date: Sat, 1 Jun 2024 22:38:59 -0700 Subject: [PATCH] ok, now I know where I am --- .github/workflows/windows.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/windows.yaml b/.github/workflows/windows.yaml index 6698f0cee..6dbce5e93 100644 --- a/.github/workflows/windows.yaml +++ b/.github/workflows/windows.yaml @@ -10,9 +10,9 @@ jobs: - name: Build a package shell: C:\cygwin64\bin\bash.exe --login '{0}' run: | - ls -la && pulse/src/ci/package.sh -j 8 && echo "There is a CR at the end of this line" + $GITHUB_WORKSPACE/src/ci/package.sh -j 8 && echo "There is a CR at the end of this line" - name: Archive the package uses: actions/upload-artifact@v3 with: name: pulse-Windows_x86_64.zip - path: pulse\src\ci\pulse.zip + path: src\ci\pulse.zip