Skip to content

Commit

Permalink
Update ninja.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
vaintroub authored Sep 6, 2023
1 parent c5566bc commit 6bf9764
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ninja.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,8 +42,8 @@ jobs:
if: matrix.os == 'windows-latest'
uses: actions/upload-artifact@v3
with:
name: {{matrix.os}}-package
path: *.zip
name: ${{ matrix.os }}-package
path: ./*.zip

- name: test_install
run: |
Expand Down

0 comments on commit 6bf9764

Please sign in to comment.