We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b916d92 commit da0c3dcCopy full SHA for da0c3dc
.github/workflows/windows.yaml
@@ -10,9 +10,9 @@ jobs:
10
- name: Build a package
11
shell: C:\cygwin64\bin\bash.exe --login '{0}'
12
run: |
13
- 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"
14
- name: Archive the package
15
uses: actions/upload-artifact@v3
16
with:
17
name: pulse-Windows_x86_64.zip
18
- path: pulse\src\ci\pulse.zip
+ path: src\ci\pulse.zip
0 commit comments