Skip to content

Commit

Permalink
ok, now I know where I am
Browse files Browse the repository at this point in the history
  • Loading branch information
tahina-pro committed Jun 2, 2024
1 parent b916d92 commit da0c3dc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/windows.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit da0c3dc

Please sign in to comment.