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 a2ab2b1 commit b916d92Copy full SHA for b916d92
.github/workflows/windows.yaml
@@ -10,7 +10,7 @@ jobs:
10
- name: Build a package
11
shell: C:\cygwin64\bin\bash.exe --login '{0}'
12
run: |
13
- pulse/src/ci/package.sh -j 8 && echo "There is a CR at the end of this line"
+ ls -la && pulse/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:
0 commit comments