Skip to content

Commit

Permalink
fix windows build name and artifact name for nightly-build
Browse files Browse the repository at this point in the history
  • Loading branch information
icfaust authored Oct 17, 2024
1 parent d1aaade commit 4716240
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/nightly-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -115,8 +115,8 @@ jobs:
- name: Archive build
uses: actions/upload-artifact@v4
with:
name: __release_win_vc
path: .\__release_win
name: __release_win
path: .\__release_win_vc
- name: Archive Intel BaseKit
uses: actions/upload-artifact@v4
with:
Expand Down

0 comments on commit 4716240

Please sign in to comment.