Skip to content

Commit

Permalink
fix upload artifacts
Browse files Browse the repository at this point in the history
  • Loading branch information
lony2003 committed Dec 20, 2023
1 parent 183b5e5 commit fecd384
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,8 +38,8 @@ jobs:

# step6: upload artifacts
- name: upload artifacts
uses: actions/upload-artifact@v4
uses: actions/upload-artifact@v3
with:
name: ${{ matrix.os }}
path: |
'release'
'release/**/BingGPT-*'

0 comments on commit fecd384

Please sign in to comment.