Skip to content

Commit da0c3dc

Browse files
committed
ok, now I know where I am
1 parent b916d92 commit da0c3dc

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/windows.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,9 +10,9 @@ jobs:
1010
- name: Build a package
1111
shell: C:\cygwin64\bin\bash.exe --login '{0}'
1212
run: |
13-
ls -la && pulse/src/ci/package.sh -j 8 && echo "There is a CR at the end of this line"
13+
$GITHUB_WORKSPACE/src/ci/package.sh -j 8 && echo "There is a CR at the end of this line"
1414
- name: Archive the package
1515
uses: actions/upload-artifact@v3
1616
with:
1717
name: pulse-Windows_x86_64.zip
18-
path: pulse\src\ci\pulse.zip
18+
path: src\ci\pulse.zip

0 commit comments

Comments
 (0)