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