Skip to content

Commit

Permalink
jeeeez
Browse files Browse the repository at this point in the history
  • Loading branch information
fonsp committed Dec 7, 2021
1 parent 4cc68c2 commit 9d38b6c
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion .github/workflows/Test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,15 @@ jobs:
steps:
- uses: actions/checkout@v2

- run: |
- name:
if: ${{ matrix.os == 'windows-latest' }}
run: |
mkdir -p $HOME/output
echo "output_dir=$(echo $HOME/output)" >> $env:GITHUB_ENV
- name:
if: ${{ matrix.os != 'windows-latest' }}
run: |
mkdir -p $HOME/output
echo "output_dir=$(echo $HOME/output)" >> $GITHUB_ENV
Expand Down

0 comments on commit 9d38b6c

Please sign in to comment.