Skip to content

Commit

Permalink
list xpress dir
Browse files Browse the repository at this point in the history
  • Loading branch information
a-zakir committed Oct 23, 2023
1 parent f46956a commit d30bdf3
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions .github/workflows/build_windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,17 @@ jobs:
ref: 8.13a
token: ${{ secrets.AS_TOKEN }}

- name: list xpress dir
if: matrix.xprs == 'XPRESS-ON'
shell: bash
run: |
ls ${{ env.XPRESSDIR }}
echo "************************"
ls ${{ env.XPRESSDIR }}\xpress\bin
echo "************************"
ls ${{ env.XPRESSDIR }}\xpress\lib
echo "************************"
- name: Get release
if: github.event_name == 'release' && github.event.action == 'created'
id: get_release
Expand Down

0 comments on commit d30bdf3

Please sign in to comment.